File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments