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
983983 Command = commandsViewModel . PinItemToStartCommand ,
984984 ShowOnShift = true ,
985985 ShowItem = selectedItems . All ( x => ! x . IsShortcut && ( x . PrimaryItemAttribute == StorageItemTypes . Folder || x . IsExecutable ) && ! x . IsArchive && ! x . IsItemPinnedToStart ) ,
986- ShowInRecycleBin = true ,
987986 ShowInSearchPage = true ,
988987 ShowInFtpPage = true ,
989988 SingleItemOnly = true ,
@@ -995,7 +994,6 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
995994 Command = commandsViewModel . UnpinItemFromStartCommand ,
996995 ShowOnShift = true ,
997996 ShowItem = selectedItems . All ( x => ! x . IsShortcut && ( x . PrimaryItemAttribute == StorageItemTypes . Folder || x . IsExecutable ) && ! x . IsArchive && x . IsItemPinnedToStart ) ,
998- ShowInRecycleBin = true ,
999997 ShowInSearchPage = true ,
1000998 ShowInFtpPage = true ,
1001999 SingleItemOnly = true ,
You can’t perform that action at this time.
0 commit comments