Skip to content

Commit d27bef4

Browse files
committed
Update TabBar.xaml
1 parent 4090554 commit d27bef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/UserControls/TabBar/TabBar.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
x:Name="EnterCompactOverlay"
9797
x:Load="{x:Bind Commands.EnterCompactOverlay.IsExecutable, Mode=OneWay}"
9898
Command="{x:Bind Commands.EnterCompactOverlay}"
99+
KeyboardAcceleratorTextOverride="{x:Bind Commands.EnterCompactOverlay.HotKeyText, Mode=OneWay}"
99100
OpacityStyle="{x:Bind Commands.EnterCompactOverlay.OpacityStyle}"
100101
Text="{x:Bind Commands.EnterCompactOverlay.Label}" />
101102

@@ -104,6 +105,7 @@
104105
x:Name="ExitCompactOverlay"
105106
x:Load="{x:Bind Commands.ExitCompactOverlay.IsExecutable, Mode=OneWay}"
106107
Command="{x:Bind Commands.ExitCompactOverlay}"
108+
KeyboardAcceleratorTextOverride="{x:Bind Commands.ExitCompactOverlay.HotKeyText, Mode=OneWay}"
107109
OpacityStyle="{x:Bind Commands.ExitCompactOverlay.OpacityStyle}"
108110
Text="{x:Bind Commands.ExitCompactOverlay.Label}" />
109111

@@ -112,6 +114,7 @@
112114
x:Name="NewPane"
113115
x:Load="{x:Bind Commands.OpenNewPane.IsExecutable, Mode=OneWay}"
114116
Command="{x:Bind Commands.OpenNewPane, Mode=OneWay}"
117+
KeyboardAcceleratorTextOverride="{x:Bind Commands.OpenNewPane.HotKeyText, Mode=OneWay}"
115118
OpacityStyle="{x:Bind Commands.OpenNewPane.OpacityStyle}"
116119
Text="{x:Bind Commands.OpenNewPane.Label}" />
117120

0 commit comments

Comments
 (0)