Skip to content

Commit 29ff073

Browse files
authored
Merge pull request #290 from taooceros/PriorityScoreHigher
make priority score higher
2 parents 96fc134 + fc536aa commit 29ff073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ public void UpdateResultView(List<Result> list, PluginMetadata metadata, Query o
687687
}
688688
else
689689
{
690-
var priorityScore = metadata.Priority * 50;
690+
var priorityScore = metadata.Priority * 150;
691691
result.Score += _userSelectedRecord.GetSelectedCount(result) * 5 + priorityScore;
692692
}
693693
}

0 commit comments

Comments
 (0)