We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dff0b6 commit 7b1ec31Copy full SHA for 7b1ec31
src/Files.App/Views/MainPage.xaml
@@ -280,8 +280,7 @@
280
Background="Transparent"
281
BorderThickness="0"
282
Command="{x:Bind Commands.OpenSettings, Mode=OneWay}"
283
- ToolTipService.Placement="Bottom"
284
- ToolTipService.ToolTip="{x:Bind Commands.OpenSettings.LabelWithHotKey, Mode=OneWay}">
+ ToolTipService.Placement="Bottom">
285
<Button.Resources>
286
<SolidColorBrush x:Key="ButtonBackgroundPointerOver" Color="{ThemeResource SubtleFillColorSecondary}" />
287
<SolidColorBrush x:Key="ButtonForegroundDisabled" Color="{ThemeResource TextFillColorPrimary}" />
0 commit comments