Skip to content

Commit 8ab3d33

Browse files
committed
Fix Icon Position in PREV/NEXT page hotkey
1 parent 4ce591f commit 8ab3d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,7 +2809,7 @@
28092809
</cc:Card>
28102810
<cc:Card
28112811
Title="{DynamicResource SelectNextPageHotkey}"
2812-
Icon="&#xf0ad;"
2812+
Icon="&#xf0ae;"
28132813
Type="Inside">
28142814
<flowlauncher:HotkeyControl
28152815
DefaultHotkey=""
@@ -2818,7 +2818,7 @@
28182818
</cc:Card>
28192819
<cc:Card
28202820
Title="{DynamicResource SelectPrevPageHotkey}"
2821-
Icon="&#xf0ae;"
2821+
Icon="&#xf0ad;"
28222822
Type="Inside">
28232823
<flowlauncher:HotkeyControl
28242824
DefaultHotkey=""

0 commit comments

Comments
 (0)