Skip to content

Commit 93d05e1

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

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/Files.App/UserControls/InnerNavigationToolbar.xaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -508,28 +508,6 @@
508508
</AppBarButton>
509509

510510
</CommandBar.PrimaryCommands>
511-
512-
<CommandBar.SecondaryCommands>
513-
<!-- Open Storage Sense -->
514-
<AppBarButton
515-
x:Name="OpenStorageSenseButton"
516-
x:Load="{x:Bind Commands.OpenStorageSense.IsExecutable, Mode=OneWay}"
517-
Command="{x:Bind Commands.OpenStorageSense, Mode=OneWay}"
518-
KeyboardAcceleratorTextOverride="{x:Bind Commands.OpenStorageSense.HotKeyText, Mode=OneWay}"
519-
Label="{x:Bind Commands.OpenStorageSense.Label, Mode=OneWay}"
520-
LabelPosition="Default"
521-
ToolTipService.ToolTip="{x:Bind Commands.OpenStorageSense.LabelWithHotKey, Mode=OneWay}" />
522-
523-
<!-- Format Drive -->
524-
<AppBarButton
525-
x:Name="FormatDriveButton"
526-
x:Load="{x:Bind Commands.FormatDrive.IsExecutable, Mode=OneWay}"
527-
Command="{x:Bind Commands.FormatDrive, Mode=OneWay}"
528-
KeyboardAcceleratorTextOverride="{x:Bind Commands.FormatDrive.HotKeyText, Mode=OneWay}"
529-
Label="{x:Bind Commands.FormatDrive.Label, Mode=OneWay}"
530-
LabelPosition="Default"
531-
ToolTipService.ToolTip="{x:Bind Commands.FormatDrive.LabelWithHotKey, Mode=OneWay}" />
532-
</CommandBar.SecondaryCommands>
533511
</CommandBar>
534512

535513
<!-- Base Commands -->

0 commit comments

Comments
 (0)