Skip to content

Commit 3efae81

Browse files
committed
Update InnerNavigationToolbar.xaml
1 parent ece30a5 commit 3efae81

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/Files.App/UserControls/InnerNavigationToolbar.xaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -510,16 +510,6 @@
510510
</CommandBar.PrimaryCommands>
511511

512512
<CommandBar.SecondaryCommands>
513-
<!-- Open Terminal -->
514-
<AppBarButton
515-
x:Name="OpenTerminalButton"
516-
x:Load="{x:Bind Commands.OpenTerminal.IsExecutable, Mode=OneWay}"
517-
Command="{x:Bind Commands.OpenTerminal, Mode=OneWay}"
518-
KeyboardAcceleratorTextOverride="{x:Bind Commands.OpenTerminal.HotKeyText, Mode=OneWay}"
519-
Label="{x:Bind Commands.OpenTerminal.Label, Mode=OneWay}"
520-
LabelPosition="Default"
521-
ToolTipService.ToolTip="{x:Bind Commands.OpenTerminal.LabelWithHotKey, Mode=OneWay}" />
522-
523513
<!-- Open Storage Sense -->
524514
<AppBarButton
525515
x:Name="OpenStorageSenseButton"
@@ -529,7 +519,7 @@
529519
Label="{x:Bind Commands.OpenStorageSense.Label, Mode=OneWay}"
530520
LabelPosition="Default"
531521
ToolTipService.ToolTip="{x:Bind Commands.OpenStorageSense.LabelWithHotKey, Mode=OneWay}" />
532-
522+
533523
<!-- Format Drive -->
534524
<AppBarButton
535525
x:Name="FormatDriveButton"

0 commit comments

Comments
 (0)