Skip to content

Commit 20daf22

Browse files
authored
Hide paste from context menu (#1943)
1 parent 1f5562a commit 20daf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files.Launcher/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ private static Func<string, bool> FilterMenuItems(bool showOpenMenu)
340340
var knownItems = new List<string>() {
341341
"opennew", "openas", "opencontaining", "opennewprocess",
342342
"runas", "runasuser", "pintohome", "PinToStartScreen",
343-
"cut", "copy", "delete", "properties", "link",
343+
"cut", "copy", "paste", "delete", "properties", "link",
344344
"WSL", "Windows.ModernShare", "Windows.Share", "setdesktopwallpaper",
345345
Win32API.ExtractStringFromDLL("shell32.dll", 30312), // SendTo menu
346346
Win32API.ExtractStringFromDLL("shell32.dll", 34593), // Add to collection

0 commit comments

Comments
 (0)