Explorer plugin native context menu: add CopyAsPath to the list of ignored commands

This commit is contained in:
Yusyuriv 2024-06-07 12:38:37 +06:00
parent 0c29948b12
commit 0987922cf8
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

@ -70,7 +70,8 @@ public static class ShellContextMenuDisplayHelper
{
"share",
"Windows.ModernShare",
"PinToStartScreen"
"PinToStartScreen",
"CopyAsPath"
};
#endregion