Skip to content

Commit fd4efe0

Browse files
Hide double pin card when use pinyin is false
1 parent 207355e commit fd4efe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@
386386
<cc:ExCard
387387
Title="{DynamicResource ShouldUseDoublePinyin}"
388388
Icon="&#xf085;"
389+
Visibility="{ext:VisibleWhen {Binding ShouldUsePinyin},
390+
IsEqualToBool=True}"
389391
Sub="{DynamicResource ShouldUseDoublePinyinToolTip}">
390392
<cc:ExCard.SideContent>
391393
<ui:ToggleSwitch

0 commit comments

Comments
 (0)