Skip to content

Commit 0987922

Browse files
committed
Explorer plugin native context menu: add CopyAsPath to the list of ignored commands
1 parent 0c29948 commit 0987922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ private static extern uint GetMenuString(
7070
{
7171
"share",
7272
"Windows.ModernShare",
73-
"PinToStartScreen"
73+
"PinToStartScreen",
74+
"CopyAsPath"
7475
};
7576

7677
#endregion

0 commit comments

Comments
 (0)