mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Explorer plugin native context menu: add CopyAsPath to the list of ignored commands
This commit is contained in:
parent
0c29948b12
commit
0987922cf8
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ public static class ShellContextMenuDisplayHelper
|
|||
{
|
||||
"share",
|
||||
"Windows.ModernShare",
|
||||
"PinToStartScreen"
|
||||
"PinToStartScreen",
|
||||
"CopyAsPath"
|
||||
};
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Reference in a new issue