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.
2 parents d8eaf88 + 9e21b2e commit d2bec9cCopy full SHA for d2bec9c
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