mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
23470b63b2
commit
84bd5f5583
1 changed files with 1 additions and 1 deletions
|
|
@ -1009,7 +1009,7 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
#region Query
|
||||
|
||||
private void Query(bool searchDelay, bool isReQuery = false)
|
||||
public void Query(bool searchDelay, bool isReQuery = false)
|
||||
{
|
||||
if (QueryResultsSelected())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue