From 58e4285953ae8e16f8625a6ec0d10fd51645efa7 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 13 Jun 2024 11:02:48 +0900 Subject: [PATCH] Fix the Critical Issue --- .../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 c88b7b1c3..e7694cea5 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs @@ -159,7 +159,7 @@ public static class ShellContextMenuDisplayHelper Validate = ValidateW, ValidateW = 0x00000006, VerbIconW = 0x00000014 - + } #endregion private static IMalloc GetMalloc()