mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix card type
This commit is contained in:
parent
236ba67d08
commit
a029b2af5d
1 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@
|
|||
Title="{DynamicResource useLogonTaskForStartup}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource useLogonTaskForStartupTooltip}"
|
||||
Type="InsideFit">
|
||||
Type="Inside">
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding UseLogonTaskForStartup}"
|
||||
OffContent="{DynamicResource disable}"
|
||||
|
|
@ -480,9 +480,9 @@
|
|||
<cc:ExCard
|
||||
Title="{DynamicResource ShouldUseDoublePinyin}"
|
||||
Icon=""
|
||||
Sub="{DynamicResource ShouldUseDoublePinyinToolTip}"
|
||||
Visibility="{ext:VisibleWhen {Binding ShouldUsePinyin},
|
||||
IsEqualToBool=True}"
|
||||
Sub="{DynamicResource ShouldUseDoublePinyinToolTip}">
|
||||
IsEqualToBool=True}">
|
||||
<cc:ExCard.SideContent>
|
||||
<ui:ToggleSwitch
|
||||
IsOn="{Binding UseDoublePinyin}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue