mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Explorer plugin native context menu: only show it when it's enabled in settings
This commit is contained in:
parent
d07cb1c166
commit
ce5a38bc49
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue