mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Hide double pin card when use pinyin is false
This commit is contained in:
parent
207355e41d
commit
fd4efe009c
1 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,8 @@
|
|||
<cc:ExCard
|
||||
Title="{DynamicResource ShouldUseDoublePinyin}"
|
||||
Icon=""
|
||||
Visibility="{ext:VisibleWhen {Binding ShouldUsePinyin},
|
||||
IsEqualToBool=True}"
|
||||
Sub="{DynamicResource ShouldUseDoublePinyinToolTip}">
|
||||
<cc:ExCard.SideContent>
|
||||
<ui:ToggleSwitch
|
||||
|
|
|
|||
Loading…
Reference in a new issue