mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Hide open windows index context menu when result is not from it
This commit is contained in:
parent
724160d2f0
commit
ed0b3608ab
1 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,10 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
}
|
||||
contextMenus.Add(CreateOpenContainingFolderResult(record));
|
||||
|
||||
contextMenus.Add(CreateOpenWindowsIndexingOptions());
|
||||
if (record.WindowsIndexed)
|
||||
{
|
||||
contextMenus.Add(CreateOpenWindowsIndexingOptions());
|
||||
}
|
||||
|
||||
if (record.ShowIndexState)
|
||||
contextMenus.Add(new Result
|
||||
|
|
|
|||
Loading…
Reference in a new issue