From 0987922cf87ef5a9ec5c3fffa9117b50c44f2944 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Fri, 7 Jun 2024 12:38:37 +0600 Subject: [PATCH] Explorer plugin native context menu: add CopyAsPath to the list of ignored commands --- .../Helper/ShellContextMenuDisplayHelper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs index fb4c2388d..b01413285 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenuDisplayHelper.cs @@ -70,7 +70,8 @@ public static class ShellContextMenuDisplayHelper { "share", "Windows.ModernShare", - "PinToStartScreen" + "PinToStartScreen", + "CopyAsPath" }; #endregion