You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -181,6 +189,21 @@ public ResourceDictionary GetResourceDictionary()
181
189
Array.ForEach(new[]{resultItemStyle,resultSubItemStyle,resultItemSelectedStyle,resultSubItemSelectedStyle}, o =>Array.ForEach(setters, p =>o.Setters.Add(p)));
<system:Stringx:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
41
41
<system:Stringx:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for transliterating Chinese</system:String>
42
+
<system:Stringx:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
0 commit comments