Skip to content

Commit 8241950

Browse files
committed
Clear icon on empty query
1 parent 2c73a5b commit 8241950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ private async void QueryResults()
530530
{
531531
Results.Clear();
532532
Results.Visbility = Visibility.Collapsed;
533+
PluginIconPath = null;
533534
return;
534535
}
535536

0 commit comments

Comments
 (0)