Merge remote-tracking branch 'upstream/dev' into PluginAsyncModel

This commit is contained in:
弘韬 张 2021-01-14 10:40:00 +08:00
commit a882dcd2fe
2 changed files with 3 additions and 1 deletions

View file

@ -688,7 +688,7 @@ namespace Flow.Launcher.ViewModel
}
else
{
var priorityScore = metadata.Priority * 50;
var priorityScore = metadata.Priority * 150;
result.Score += _userSelectedRecord.GetSelectedCount(result) * 5 + priorityScore;
}
}

View file

@ -26,6 +26,8 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be
- Support of wide range of plugins.
- Fully portable.
[<img width="12px" src="https://user-images.githubusercontent.com/26427004/104119722-9033c600-5385-11eb-9d57-4c376862fd36.png"> **SOFTPEDIA EDITOR'S PICK**](https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Flow-Launcher.shtml)
## Running Flow Launcher
| [Windows 7 and up](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) |