mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make default score larger
This commit is contained in:
parent
59fbef1d78
commit
9395b89a54
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
else
|
||||
{
|
||||
title = theme;
|
||||
// Set them to 1000 so that they are higher than other non-theme records
|
||||
score = 1000;
|
||||
}
|
||||
|
||||
return new Result
|
||||
|
|
|
|||
Loading…
Reference in a new issue