Skip to content

Commit bde7463

Browse files
committed
Fix build issue
1 parent a47d8fe commit bde7463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
12981298
query.IsReQuery = isReQuery;
12991299

13001300
ICollection<PluginPair> plugins = Array.Empty<PluginPair>();
1301-
if (isHomeQuery)
1301+
if (currentIsHomeQuery)
13021302
{
13031303
if (Settings.ShowHomePage)
13041304
{

0 commit comments

Comments
 (0)