Skip to content

Commit 7607844

Browse files
committed
Add icon to "Ignore Accents" SettingsCard
Added a HeaderIcon to the "Ignore Accents" SettingsCard in SettingsPaneGeneral.xaml, using a TextBlock with "áé" to visually represent the feature.
1 parent 0228f7a commit 7607844

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,10 @@
564564
Margin="0 4 0 0"
565565
Description="{DynamicResource ignoreAccentsToolTip}"
566566
Header="{DynamicResource ignoreAccents}">
567+
<ui:SettingsCard.HeaderIcon>
568+
<TextBlock Text="áé" />
569+
</ui:SettingsCard.HeaderIcon>
570+
567571
<ui:ToggleSwitch
568572
IsOn="{Binding IgnoreAccents}"
569573
OffContent="{DynamicResource disable}"

0 commit comments

Comments
 (0)