Skip to content

Commit 7b1ec31

Browse files
committed
Removed tooltip from settings button
1 parent 2dff0b6 commit 7b1ec31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Files.App/Views/MainPage.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@
280280
Background="Transparent"
281281
BorderThickness="0"
282282
Command="{x:Bind Commands.OpenSettings, Mode=OneWay}"
283-
ToolTipService.Placement="Bottom"
284-
ToolTipService.ToolTip="{x:Bind Commands.OpenSettings.LabelWithHotKey, Mode=OneWay}">
283+
ToolTipService.Placement="Bottom">
285284
<Button.Resources>
286285
<SolidColorBrush x:Key="ButtonBackgroundPointerOver" Color="{ThemeResource SubtleFillColorSecondary}" />
287286
<SolidColorBrush x:Key="ButtonForegroundDisabled" Color="{ThemeResource TextFillColorPrimary}" />

0 commit comments

Comments
 (0)