File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 815
815
x:Load=" {x:Bind Commands.OpenNewPane.IsExecutable, Mode=OneWay}"
816
816
Command=" {x:Bind Commands.OpenNewPane, Mode=OneWay}"
817
817
Label=" {x:Bind Commands.OpenNewPane.Label}"
818
- ToolTipService.ToolTip=" {x:Bind Commands.OpenNewPane.LabelWithHotKey}" >
818
+ ToolTipService.ToolTip=" {x:Bind Commands.OpenNewPane.LabelWithHotKey, Mode=OneWay }" >
819
819
<local : OpacityIcon Style =" {x:Bind Commands.OpenNewPane.OpacityStyle}" />
820
820
</AppBarButton >
821
821
<AppBarButton
822
822
x:Name=" NavToolbarClosePane"
823
823
x:Load=" {x:Bind Commands.ClosePane.IsExecutable, Mode=OneWay}"
824
824
Command=" {x:Bind Commands.ClosePane, Mode=OneWay}"
825
825
Label=" {x:Bind Commands.ClosePane.Label}"
826
- ToolTipService.ToolTip=" {x:Bind Commands.ClosePane.LabelWithHotKey}" >
826
+ ToolTipService.ToolTip=" {x:Bind Commands.ClosePane.LabelWithHotKey, Mode=OneWay }" >
827
827
<AppBarButton .Icon>
828
828
<FontIcon Glyph =" {x:Bind Commands.ClosePane.Glyph.BaseGlyph}" />
829
829
</AppBarButton .Icon>
You can’t perform that action at this time.
0 commit comments