mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
renamed for Defualt match option
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Wox.Infrastructure
|
||||
|
||||
public static FuzzyMatcher Create(string query)
|
||||
{
|
||||
return new FuzzyMatcher(query, StringMatcher.EmptyMatchOption);
|
||||
return new FuzzyMatcher(query, StringMatcher.DefaultMatchOption);
|
||||
}
|
||||
|
||||
public static FuzzyMatcher Create(string query, MatchOption opt)
|
||||
|
||||
Reference in New Issue
Block a user