From ce5a38bc49c190453aa7c9023975d3200dc011ac Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Fri, 7 Jun 2024 14:35:15 +0600 Subject: [PATCH] Explorer plugin native context menu: only show it when it's enabled in settings --- Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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