Skip to content

Commit b25c160

Browse files
committed
Clear cached context menu when hidden
1 parent 93ce99f commit b25c160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,8 @@ public async void Hide()
10521052
{
10531053
// Trick for no delay
10541054
MainWindowOpacity = 0;
1055+
lastContextMenuResult = new Result();
1056+
lastContextMenuResults = new List<Result>();
10551057

10561058
if (!SelectedIsFromQueryResults())
10571059
{

0 commit comments

Comments
 (0)