Skip to content

Commit 567c817

Browse files
Use Mode=OneWay for LabelWithHotKey
1 parent 8265c67 commit 567c817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/UserControls/InnerNavigationToolbar.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,15 +815,15 @@
815815
x:Load="{x:Bind Commands.OpenNewPane.IsExecutable, Mode=OneWay}"
816816
Command="{x:Bind Commands.OpenNewPane, Mode=OneWay}"
817817
Label="{x:Bind Commands.OpenNewPane.Label}"
818-
ToolTipService.ToolTip="{x:Bind Commands.OpenNewPane.LabelWithHotKey}">
818+
ToolTipService.ToolTip="{x:Bind Commands.OpenNewPane.LabelWithHotKey, Mode=OneWay}">
819819
<local:OpacityIcon Style="{x:Bind Commands.OpenNewPane.OpacityStyle}" />
820820
</AppBarButton>
821821
<AppBarButton
822822
x:Name="NavToolbarClosePane"
823823
x:Load="{x:Bind Commands.ClosePane.IsExecutable, Mode=OneWay}"
824824
Command="{x:Bind Commands.ClosePane, Mode=OneWay}"
825825
Label="{x:Bind Commands.ClosePane.Label}"
826-
ToolTipService.ToolTip="{x:Bind Commands.ClosePane.LabelWithHotKey}">
826+
ToolTipService.ToolTip="{x:Bind Commands.ClosePane.LabelWithHotKey, Mode=OneWay}">
827827
<AppBarButton.Icon>
828828
<FontIcon Glyph="{x:Bind Commands.ClosePane.Glyph.BaseGlyph}" />
829829
</AppBarButton.Icon>

0 commit comments

Comments
 (0)