This commit is contained in:
goat 2021-10-01 03:27:03 +02:00
commit ca2107d539
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 3 additions and 3 deletions

View file

@ -746,7 +746,7 @@ namespace Dalamud.Interface.Internal.Windows
this.openPluginCollapsibles.Clear();
}
var filteredManifests = pluginList.Where(rm => !this.IsManifestFiltered(rm));
var filteredManifests = pluginList.Where(rm => !this.IsManifestFiltered(rm) && !this.IsManifestInstalled(rm).IsInstalled);
var categoryManifestsList = this.categoryManager.GetCurrentCategoryContent(filteredManifests);
if (categoryManifestsList.Count > 0)