From 0acb4f5aed3d0d0bc6e5bb868c97dad86c191dff Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 9 Dec 2019 08:29:20 +1100 Subject: [PATCH] lower the score for folder results A search of other scores shows highest is 500, except for calculated score from String.Matcher --- Plugins/Wox.Plugin.Folder/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Wox.Plugin.Folder/Main.cs b/Plugins/Wox.Plugin.Folder/Main.cs index de01072845..73725d35f7 100644 --- a/Plugins/Wox.Plugin.Folder/Main.cs +++ b/Plugins/Wox.Plugin.Folder/Main.cs @@ -220,7 +220,7 @@ namespace Wox.Plugin.Folder { Title = firstResult, IcoPath = search, - Score = 10000, + Score = 500, Action = c => { Process.Start(search);