Skip to content

Commit 12c4e37

Browse files
Developing
1 parent a2efa11 commit 12c4e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public CustomBrowserViewModel CustomBrowser
186186
/// </summary>
187187
public bool ShouldUsePinyin { get; set; } = false;
188188

189-
public bool UseDoublePinyin { get; set; } = false;
189+
public bool UseDoublePinyin { get; set; } = true; //For developing
190190

191191
public bool AlwaysPreview { get; set; } = false;
192192
public bool AlwaysStartEn { get; set; } = false;

0 commit comments

Comments
 (0)