File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -983,7 +983,6 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
983
983
Command = commandsViewModel . PinItemToStartCommand ,
984
984
ShowOnShift = true ,
985
985
ShowItem = selectedItems . All ( x => ! x . IsShortcut && ( x . PrimaryItemAttribute == StorageItemTypes . Folder || x . IsExecutable ) && ! x . IsArchive && ! x . IsItemPinnedToStart ) ,
986
- ShowInRecycleBin = true ,
987
986
ShowInSearchPage = true ,
988
987
ShowInFtpPage = true ,
989
988
SingleItemOnly = true ,
@@ -995,7 +994,6 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
995
994
Command = commandsViewModel . UnpinItemFromStartCommand ,
996
995
ShowOnShift = true ,
997
996
ShowItem = selectedItems . All ( x => ! x . IsShortcut && ( x . PrimaryItemAttribute == StorageItemTypes . Folder || x . IsExecutable ) && ! x . IsArchive && x . IsItemPinnedToStart ) ,
998
- ShowInRecycleBin = true ,
999
997
ShowInSearchPage = true ,
1000
998
ShowInFtpPage = true ,
1001
999
SingleItemOnly = true ,
You can’t perform that action at this time.
0 commit comments