Skip to content

Commit 94c8e57

Browse files
authored
Feature: Added "send to" menu when right clicking a file (#10986)
1 parent 7d3c2f6 commit 94c8e57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Files.App/Helpers/ShellContextMenuHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Func<string, bool> FilterMenuItems(bool showOpenMenu)
3636
"Windows.ModernShare", "Windows.Share", "setdesktopwallpaper",
3737
"eject", "rename", "explore", "openinfiles", "extract",
3838
"copyaspath", "undelete", "empty",
39-
Win32API.ExtractStringFromDLL("shell32.dll", 30312), // SendTo menu
4039
Win32API.ExtractStringFromDLL("shell32.dll", 34593), // Add to collection
4140
Win32API.ExtractStringFromDLL("shell32.dll", 5384), // Pin to Start
4241
Win32API.ExtractStringFromDLL("shell32.dll", 5385), // Unpin from Start

0 commit comments

Comments
 (0)