alphabet settings

This commit is contained in:
AT
2019-11-16 00:34:27 +02:00
parent 8edebb9f75
commit dcb9e34d59
5 changed files with 35 additions and 4 deletions

View File

@@ -21,6 +21,11 @@ namespace Wox.Infrastructure.UserSettings
public string ResultFontWeight { get; set; }
public string ResultFontStretch { get; set; }
/// <summary>
/// when false Alphabet static service will always return empty results
/// </summary>
public bool ShouldUsePinyin { get; set; } = true;
private string _querySearchPrecision { get; set; } = StringMatcher.SearchPrecisionScore.Regular.ToString();
public string QuerySearchPrecision
{