lower the score for folder results

A search of other scores shows highest is 500, except for calculated score from String.Matcher
This commit is contained in:
Jeremy Wu 2019-12-09 08:29:20 +11:00
parent 4f38a953ac
commit 0acb4f5aed

View File

@ -220,7 +220,7 @@ namespace Wox.Plugin.Folder
{
Title = firstResult,
IcoPath = search,
Score = 10000,
Score = 500,
Action = c =>
{
Process.Start(search);