mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Exclude installed plugins in pm install results
This commit is contained in:
parent
e7ffd573f0
commit
5b2220b9da
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
||||||
var results =
|
var results =
|
||||||
PluginsManifest
|
PluginsManifest
|
||||||
.UserPlugins
|
.UserPlugins
|
||||||
|
.Where(x => !PluginExists(x.ID))
|
||||||
.Select(x =>
|
.Select(x =>
|
||||||
new Result
|
new Result
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue