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