We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2efa11 commit 12c4e37Copy full SHA for 12c4e37
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -186,7 +186,7 @@ public CustomBrowserViewModel CustomBrowser
186
/// </summary>
187
public bool ShouldUsePinyin { get; set; } = false;
188
189
- public bool UseDoublePinyin { get; set; } = false;
+ public bool UseDoublePinyin { get; set; } = true; //For developing
190
191
public bool AlwaysPreview { get; set; } = false;
192
public bool AlwaysStartEn { get; set; } = false;
0 commit comments