Skip to content

Commit 7515695

Browse files
committed
Use the correct enum when getting command string
1 parent e97964b commit 7515695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private static void ProcessMenuWithIcons(IntPtr hMenu, IContextMenu contextMenu,
343343
var commandBuilder = new StringBuilder(256);
344344
contextMenu.GetCommandString(
345345
mii.wID - ContextMenuStartId,
346-
(uint)ContextMenuFlags.Explore,
346+
(uint)GetCommandStringFlags.Verb,
347347
IntPtr.Zero,
348348
commandBuilder,
349349
commandBuilder.Capacity

0 commit comments

Comments
 (0)