Skip to content

Commit 8580c23

Browse files
authored
RecycleBin: Remove Properties menu item for the folder itself (#1264)
1 parent e94bd59 commit 8580c23

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

Files/Views/LayoutModes/GenericFileBrowser.xaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,6 @@
208208
<FontIcon FontFamily="{StaticResource RecycleBinIcons}" Glyph="&#xEF88;" />
209209
</MenuFlyoutItem.Icon>
210210
</MenuFlyoutItem>
211-
<MenuFlyoutSeparator />
212-
<MenuFlyoutItem
213-
x:Name="RecycleBinPropertiesFolder"
214-
x:Uid="BaseLayoutContextFlyoutPropertiesFolder"
215-
Click="{x:Bind local:App.CurrentInstance.InteractionOperations.ShowFolderPropertiesButton_Click}"
216-
Text="Properties">
217-
<MenuFlyoutItem.Icon>
218-
<FontIcon Glyph="&#xE946;" />
219-
</MenuFlyoutItem.Icon>
220-
</MenuFlyoutItem>
221211
</MenuFlyout>
222212

223213
<MenuFlyout x:Key="BaseLayoutItemContextFlyout" x:Name="BaseLayoutItemContextFlyout" Opening="RightClickItemContextMenu_Opening">

Files/Views/LayoutModes/GridViewBrowser.xaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,6 @@
204204
<FontIcon FontFamily="{StaticResource RecycleBinIcons}" Glyph="&#xEF88;" />
205205
</MenuFlyoutItem.Icon>
206206
</MenuFlyoutItem>
207-
<MenuFlyoutSeparator />
208-
<MenuFlyoutItem
209-
x:Name="RecycleBinPropertiesFolder"
210-
x:Uid="BaseLayoutContextFlyoutPropertiesFolder"
211-
Click="{x:Bind local:App.CurrentInstance.InteractionOperations.ShowFolderPropertiesButton_Click}"
212-
Text="Properties">
213-
<MenuFlyoutItem.Icon>
214-
<FontIcon Glyph="&#xE946;" />
215-
</MenuFlyoutItem.Icon>
216-
</MenuFlyoutItem>
217207
</MenuFlyout>
218208

219209
<MenuFlyout x:Key="BaseLayoutItemContextFlyout" x:Name="BaseLayoutItemContextFlyout" Opening="RightClickItemContextMenu_Opening">

0 commit comments

Comments
 (0)