diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs index 1157c5b7f..c88b7b1c3 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs @@ -343,7 +343,7 @@ public static class ShellContextMenuDisplayHelper var commandBuilder = new StringBuilder(256); contextMenu.GetCommandString( mii.wID - ContextMenuStartId, - (uint)ContextMenuFlags.Explore, + (uint)GetCommandStringFlags.Verb, IntPtr.Zero, commandBuilder, commandBuilder.Capacity