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