mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change default to false BEFORE RELEASE
This commit is contained in:
parent
43f7cecaff
commit
44d9eb8556
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue