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 93660a9 commit 631ed24Copy full SHA for 631ed24
src/Files/UserControls/InnerNavigationToolbar.xaml
@@ -75,7 +75,6 @@
75
<FontIcon Glyph="" />
76
</MenuFlyoutItem.Icon>
77
</MenuFlyoutItem>
78
- <MenuFlyoutSeparator x:Name="NewMenuFileFolderSeparator" />
79
<MenuFlyoutItem
80
x:Name="NewFile"
81
x:Uid="BaseLayoutContextFlyoutNewFile"
@@ -87,6 +86,7 @@
87
86
<FontIcon Glyph="" />
88
89
+ <MenuFlyoutSeparator x:Name="NewMenuFileFolderSeparator" />
90
</MenuFlyout>
91
</AppBarButton.Flyout>
92
0 commit comments