mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
make priority score higher
This commit is contained in:
parent
96fc1346a9
commit
fc536aa1ed
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ namespace Flow.Launcher.ViewModel
|
|||
}
|
||||
else
|
||||
{
|
||||
var priorityScore = metadata.Priority * 50;
|
||||
var priorityScore = metadata.Priority * 150;
|
||||
result.Score += _userSelectedRecord.GetSelectedCount(result) * 5 + priorityScore;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue