Skip to content

Commit 5b2220b

Browse files
Exclude installed plugins in pm install results
1 parent e7ffd57 commit 5b2220b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ internal async ValueTask<List<Result>> RequestInstallOrUpdate(string search, Can
382382
var results =
383383
PluginsManifest
384384
.UserPlugins
385+
.Where(x => !PluginExists(x.ID))
385386
.Select(x =>
386387
new Result
387388
{

0 commit comments

Comments
 (0)