From 75156959e53db5f6cd0a6d3039b4f73b13aab1d5 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Wed, 12 Jun 2024 17:17:08 +0600 Subject: [PATCH] Use the correct enum when getting command string --- .../Helper/ShellContextMenuDisplayHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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