mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #622 from Flow-Launcher/fixSearchPrecisionScoreSave
include saving SearchPrecisionScore because it is not public before
This commit is contained in:
commit
d2bec9c28f
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool ShouldUsePinyin { get; set; } = false;
|
public bool ShouldUsePinyin { get; set; } = false;
|
||||||
|
|
||||||
internal SearchPrecisionScore QuerySearchPrecision { get; private set; } = SearchPrecisionScore.Regular;
|
[JsonInclude, JsonConverter(typeof(JsonStringEnumConverter))]
|
||||||
|
public SearchPrecisionScore QuerySearchPrecision { get; private set; } = SearchPrecisionScore.Regular;
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public string QuerySearchPrecisionString
|
public string QuerySearchPrecisionString
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue