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
34dc72950b
commit
468f8899b9
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,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;
|
var fullStringToCompareWithoutCase = opt.IgnoreCase ? stringToCompare.ToLower() : stringToCompare;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue