Skip to content

Commit

Permalink
Developing
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriousRaptor committed Jun 2, 2024
1 parent a2efa11 commit 12c4e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flow.Launcher.Infrastructure/UserSettings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public CustomBrowserViewModel CustomBrowser
/// </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;
Expand Down

0 comments on commit 12c4e37

Please sign in to comment.