mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ namespace Wox.Plugin.Folder
|
||||||
{
|
{
|
||||||
Title = firstResult,
|
Title = firstResult,
|
||||||
IcoPath = search,
|
IcoPath = search,
|
||||||
Score = 10000,
|
Score = 500,
|
||||||
Action = c =>
|
Action = c =>
|
||||||
{
|
{
|
||||||
Process.Start(search);
|
Process.Start(search);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue