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 11d6a17 commit 7814546Copy full SHA for 7814546
src/Files.App/Data/Factories/ContentPageContextFlyoutFactory.cs
@@ -382,7 +382,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(
382
}.Build(),
383
new ContextMenuFlyoutItemViewModelBuilder(Commands.OpenItem)
384
{
385
- IsVisible = !areAllItemsFolders
+ IsVisible = !(currentInstanceViewModel.IsPageTypeRecycleBin && areAllItemsFolders)
386
387
new ContextMenuFlyoutItemViewModelBuilder(Commands.OpenItemWithApplicationPicker)
388
0 commit comments