mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02: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:
@@ -220,7 +220,7 @@ namespace Wox.Plugin.Folder
|
||||
{
|
||||
Title = firstResult,
|
||||
IcoPath = search,
|
||||
Score = 10000,
|
||||
Score = 500,
|
||||
Action = c =>
|
||||
{
|
||||
Process.Start(search);
|
||||
|
||||
Reference in New Issue
Block a user