Skip to content

Commit 84bd5f5

Browse files
committed
Fix build issue
1 parent 23470b6 commit 84bd5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ private bool QueryResultsPreviewed()
10091009

10101010
#region Query
10111011

1012-
private void Query(bool searchDelay, bool isReQuery = false)
1012+
public void Query(bool searchDelay, bool isReQuery = false)
10131013
{
10141014
if (QueryResultsSelected())
10151015
{

0 commit comments

Comments
 (0)