mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use the correct enum when getting command string
This commit is contained in:
parent
e97964b95c
commit
75156959e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue