mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 22:03:41 +01:00
fix: handling installed plugins in category view, adjusted tags
This commit is contained in:
parent
5bdb7d4903
commit
9fead82626
2 changed files with 2 additions and 2 deletions
|
|
@ -741,7 +741,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue