We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fbef1 commit 9395b89Copy full SHA for 9395b89
Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs
@@ -74,6 +74,8 @@ private Result CreateThemeResult(string theme, int score, IList<int> highlightDa
74
else
75
{
76
title = theme;
77
+ // Set them to 1000 so that they are higher than other non-theme records
78
+ score = 1000;
79
}
80
81
return new Result
0 commit comments