diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index 519a45db9..bd1aa654a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -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