We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309ee29 commit 9e21b2eCopy full SHA for 9e21b2e
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -39,7 +39,8 @@ public string Language
39
/// </summary>
40
public bool ShouldUsePinyin { get; set; } = false;
41
42
- internal SearchPrecisionScore QuerySearchPrecision { get; private set; } = SearchPrecisionScore.Regular;
+ [JsonInclude, JsonConverter(typeof(JsonStringEnumConverter))]
43
+ public SearchPrecisionScore QuerySearchPrecision { get; private set; } = SearchPrecisionScore.Regular;
44
45
[JsonIgnore]
46
public string QuerySearchPrecisionString
0 commit comments