mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
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:
parent
4f38a953ac
commit
0acb4f5aed
@ -220,7 +220,7 @@ namespace Wox.Plugin.Folder
|
||||
{
|
||||
Title = firstResult,
|
||||
IcoPath = search,
|
||||
Score = 10000,
|
||||
Score = 500,
|
||||
Action = c =>
|
||||
{
|
||||
Process.Start(search);
|
||||
|
Loading…
Reference in New Issue
Block a user