mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Update StringMatcher's UserSettingSearchPrecision property type
makes more sense and less conversion to int for actual precision score
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Wox.ViewModel
|
||||
public List<string> QuerySearchPrecisionStrings
|
||||
{
|
||||
get
|
||||
{
|
||||
{
|
||||
var precisionStrings = new List<string>();
|
||||
|
||||
var enumList = Enum.GetValues(typeof(StringMatcher.SearchPrecisionScore)).Cast<StringMatcher.SearchPrecisionScore>().ToList();
|
||||
|
||||
Reference in New Issue
Block a user