From 9395b89a54b143768528a3f522fed75b3e06d6c3 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Wed, 12 Mar 2025 18:53:00 +0800 Subject: [PATCH] Make default score larger --- Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs b/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs index 82c06c280..9cf6a0dd3 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs +++ b/Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs @@ -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