Developing

This commit is contained in:
VictoriousRaptor 2024-06-02 14:33:49 +08:00
parent a2efa11699
commit 12c4e37a95

View file

@ -186,7 +186,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
/// </summary>
public bool ShouldUsePinyin { get; set; } = false;
public bool UseDoublePinyin { get; set; } = false;
public bool UseDoublePinyin { get; set; } = true; //For developing
public bool AlwaysPreview { get; set; } = false;
public bool AlwaysStartEn { get; set; } = false;