Skip to content

Commit 44d9eb8

Browse files
committed
Change default to false BEFORE RELEASE
1 parent 43f7cec commit 44d9eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public CustomBrowserViewModel CustomBrowser
330330
/// </summary>
331331
public bool ShouldUsePinyin { get; set; } = false;
332332

333-
private bool _useDoublePinyin = true; // TODO: change default to false BEFORE RELEASE
333+
private bool _useDoublePinyin = false;
334334
public bool UseDoublePinyin
335335
{
336336
get => _useDoublePinyin;

0 commit comments

Comments
 (0)