mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add return statement....
This commit is contained in:
parent
b07490271d
commit
272f411f81
1 changed files with 3 additions and 0 deletions
|
|
@ -102,6 +102,9 @@ namespace Flow.Launcher.Infrastructure
|
|||
}
|
||||
}
|
||||
|
||||
if (acronymMatchData.Count == query.Length && acronymScore >= 60)
|
||||
return new MatchResult(true, UserSettingSearchPrecision, acronymMatchData, acronymScore);
|
||||
|
||||
var fullStringToCompareWithoutCase = opt.IgnoreCase ? stringToCompare.ToLower() : stringToCompare;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue