diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index f5318cb09..6b10d693d 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -330,7 +330,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings /// public bool ShouldUsePinyin { get; set; } = false; - private bool _useDoublePinyin = true; // TODO: change default to false BEFORE RELEASE + private bool _useDoublePinyin = false; public bool UseDoublePinyin { get => _useDoublePinyin;