mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Clear cached context menu when hidden
This commit is contained in:
parent
93ce99f8d9
commit
b25c160aef
1 changed files with 2 additions and 0 deletions
|
|
@ -1052,6 +1052,8 @@ namespace Flow.Launcher.ViewModel
|
||||||
{
|
{
|
||||||
// Trick for no delay
|
// Trick for no delay
|
||||||
MainWindowOpacity = 0;
|
MainWindowOpacity = 0;
|
||||||
|
lastContextMenuResult = new Result();
|
||||||
|
lastContextMenuResults = new List<Result>();
|
||||||
|
|
||||||
if (!SelectedIsFromQueryResults())
|
if (!SelectedIsFromQueryResults())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue