mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix topmost score issue
This commit is contained in:
parent
9850e9d3eb
commit
dd73e4b4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ namespace Flow.Launcher.ViewModel
|
|||
{
|
||||
if (_topMostRecord.IsTopMost(result))
|
||||
{
|
||||
result.Score = 100000; //Result.MaxScore;
|
||||
result.Score = Result.MaxScore;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue