diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index fd0e6419a..9cf0a1857 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -280,7 +280,7 @@ namespace Flow.Launcher.Plugin.Explorer IcoPath = Constants.DifferentUserIconImagePath }); - if (record.Type is ResultType.File or ResultType.Folder) + if (record.Type is ResultType.File or ResultType.Folder && Settings.ShowWindowsContextMenu) { var filters = Settings .WindowsContextMenuIgnoredItems