Skip to content

Commit 9395b89

Browse files
committed
Make default score larger
1 parent 59fbef1 commit 9395b89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ private Result CreateThemeResult(string theme, int score, IList<int> highlightDa
7474
else
7575
{
7676
title = theme;
77+
// Set them to 1000 so that they are higher than other non-theme records
78+
score = 1000;
7779
}
7880

7981
return new Result

0 commit comments

Comments
 (0)