Change default to false BEFORE RELEASE

This commit is contained in:
Jack251970 2025-07-13 20:58:26 +08:00
parent 43f7cecaff
commit 44d9eb8556

View file

@ -330,7 +330,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
/// </summary>
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;