mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Icon Position in PREV/NEXT page hotkey
This commit is contained in:
parent
4ce591fa20
commit
8ab3d3376e
1 changed files with 2 additions and 2 deletions
|
|
@ -2809,7 +2809,7 @@
|
||||||
</cc:Card>
|
</cc:Card>
|
||||||
<cc:Card
|
<cc:Card
|
||||||
Title="{DynamicResource SelectNextPageHotkey}"
|
Title="{DynamicResource SelectNextPageHotkey}"
|
||||||
Icon=""
|
Icon=""
|
||||||
Type="Inside">
|
Type="Inside">
|
||||||
<flowlauncher:HotkeyControl
|
<flowlauncher:HotkeyControl
|
||||||
DefaultHotkey=""
|
DefaultHotkey=""
|
||||||
|
|
@ -2818,7 +2818,7 @@
|
||||||
</cc:Card>
|
</cc:Card>
|
||||||
<cc:Card
|
<cc:Card
|
||||||
Title="{DynamicResource SelectPrevPageHotkey}"
|
Title="{DynamicResource SelectPrevPageHotkey}"
|
||||||
Icon=""
|
Icon=""
|
||||||
Type="Inside">
|
Type="Inside">
|
||||||
<flowlauncher:HotkeyControl
|
<flowlauncher:HotkeyControl
|
||||||
DefaultHotkey=""
|
DefaultHotkey=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue