mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge remote-tracking branch 'upstream/dev' into PluginAsyncModel
This commit is contained in:
commit
a882dcd2fe
2 changed files with 3 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ namespace Flow.Launcher.ViewModel
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var priorityScore = metadata.Priority * 50;
|
var priorityScore = metadata.Priority * 150;
|
||||||
result.Score += _userSelectedRecord.GetSelectedCount(result) * 5 + priorityScore;
|
result.Score += _userSelectedRecord.GetSelectedCount(result) * 5 + priorityScore;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,8 @@ Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at be
|
||||||
- Support of wide range of plugins.
|
- Support of wide range of plugins.
|
||||||
- Fully portable.
|
- 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
|
## Running Flow Launcher
|
||||||
|
|
||||||
| [Windows 7 and up](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) |
|
| [Windows 7 and up](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue