File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Files/Views/SettingsPages Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 71
71
<Button
72
72
Padding =" 8"
73
73
AutomationProperties.Name=" {helpers:ResourceString Name=ExportSettings}"
74
- Command =" {Binding ExportSettingsCommand}" >
74
+ Command =" {Binding ExportSettingsCommand}"
75
+ ToolTipService.ToolTip=" {helpers:ResourceString Name=ExportSettings}" >
75
76
<FontIcon
76
77
FontSize =" 14"
77
78
Foreground =" {ThemeResource TextFillColorPrimaryBrush}"
88
89
<Button
89
90
Padding =" 8"
90
91
AutomationProperties.Name=" {helpers:ResourceString Name=ImportSettings}"
91
- Command =" {Binding ImportSettingsCommand}" >
92
+ Command =" {Binding ImportSettingsCommand}"
93
+ ToolTipService.ToolTip=" {helpers:ResourceString Name=ImportSettings}" >
92
94
<FontIcon
93
95
FontSize =" 14"
94
96
Foreground =" {ThemeResource TextFillColorPrimaryBrush}"
You can’t perform that action at this time.
0 commit comments