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 43f7cec commit 44d9eb8Copy full SHA for 44d9eb8
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -330,7 +330,7 @@ public CustomBrowserViewModel CustomBrowser
330
/// </summary>
331
public bool ShouldUsePinyin { get; set; } = false;
332
333
- private bool _useDoublePinyin = true; // TODO: change default to false BEFORE RELEASE
+ private bool _useDoublePinyin = false;
334
public bool UseDoublePinyin
335
{
336
get => _useDoublePinyin;
0 commit comments