We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207355e commit fd4efe0Copy full SHA for fd4efe0
Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml
@@ -386,6 +386,8 @@
386
<cc:ExCard
387
Title="{DynamicResource ShouldUseDoublePinyin}"
388
Icon=""
389
+ Visibility="{ext:VisibleWhen {Binding ShouldUsePinyin},
390
+ IsEqualToBool=True}"
391
Sub="{DynamicResource ShouldUseDoublePinyinToolTip}">
392
<cc:ExCard.SideContent>
393
<ui:ToggleSwitch
0 commit comments