mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Developing
This commit is contained in:
parent
a2efa11699
commit
12c4e37a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue