Skip to content

Commit 565baf9

Browse files
committed
Add buttons for a couple common commands
1 parent 3f6f92a commit 565baf9

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

Files/UserControls/NavigationToolbar/ModernNavigationToolbar.xaml

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
VerticalAlignment="Stretch"
618618
HorizontalContentAlignment="Stretch"
619619
VerticalContentAlignment="Stretch"
620-
Background="{ThemeResource TextControlBackground}"
620+
Background="Transparent"
621621
CanReorderItems="False"
622622
IsItemClickEnabled="True"
623623
ItemClick="PathViewInteract_ItemClick"
@@ -659,6 +659,35 @@
659659
Grid.Row="2"
660660
HorizontalAlignment="Right"
661661
Orientation="Horizontal">
662+
663+
<Button
664+
Grid.Row="3"
665+
Margin="0,0,4,0"
666+
HorizontalAlignment="Right"
667+
Background="Transparent"
668+
FontFamily="Segoe MDL2 Assets"
669+
Visibility="Visible">
670+
<Button.Content>
671+
<FontIcon FontSize="14" Glyph="&#xE710;"/>
672+
</Button.Content>
673+
674+
675+
</Button>
676+
677+
<Button
678+
Grid.Row="3"
679+
Margin="0,0,4,0"
680+
HorizontalAlignment="Right"
681+
Background="Transparent"
682+
FontFamily="Segoe MDL2 Assets"
683+
Visibility="Visible">
684+
<Button.Content>
685+
<FontIcon FontSize="14" Glyph="&#xE721;"/>
686+
</Button.Content>
687+
688+
689+
</Button>
690+
662691
<AutoSuggestBox
663692
x:Name="SearchReigon"
664693
Grid.Row="2"
@@ -684,8 +713,10 @@
684713
<MenuFlyout Placement="BottomEdgeAlignedRight">
685714
<MenuFlyoutItem x:Uid="NavigationToolbarNewTab" Text="New Tab" />
686715
<MenuFlyoutItem Text="New Window" />
716+
<MenuFlyoutItem Text="Copy Path" />
687717
<MenuFlyoutSeparator />
688-
<MenuFlyoutItem Text="Settings" />
718+
<MenuFlyoutItem Text="Paste" />
719+
<MenuFlyoutItem Text="Open in Terminal..." />
689720
</MenuFlyout>
690721
</Button.Flyout>
691722

0 commit comments

Comments
 (0)