We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3c2f6 commit 94c8e57Copy full SHA for 94c8e57
src/Files.App/Helpers/ShellContextMenuHelper.cs
@@ -36,7 +36,6 @@ Func<string, bool> FilterMenuItems(bool showOpenMenu)
36
"Windows.ModernShare", "Windows.Share", "setdesktopwallpaper",
37
"eject", "rename", "explore", "openinfiles", "extract",
38
"copyaspath", "undelete", "empty",
39
- Win32API.ExtractStringFromDLL("shell32.dll", 30312), // SendTo menu
40
Win32API.ExtractStringFromDLL("shell32.dll", 34593), // Add to collection
41
Win32API.ExtractStringFromDLL("shell32.dll", 5384), // Pin to Start
42
Win32API.ExtractStringFromDLL("shell32.dll", 5385), // Unpin from Start
0 commit comments