mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove requery bool
This commit is contained in:
parent
5a733d05db
commit
d61ac8548f
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ namespace Flow.Launcher.ViewModel
|
|||
var result = results.SelectedItem?.Result;
|
||||
if (result != null) // SelectedItem returns null if selection is empty.
|
||||
{
|
||||
ChangeQueryText(result.Title, true);
|
||||
ChangeQueryText(result.Title);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue