diff --git a/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs b/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs index cc6f9d323..ba95fe623 100644 --- a/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs +++ b/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs @@ -701,7 +701,8 @@ namespace Dalamud.Interface.Internal.Windows private void DrawPluginCategoryContent() { - if (!this.categoryManager.IsSelectionValid) + var ready = this.DrawPluginListLoading(); + if (!this.categoryManager.IsSelectionValid || !ready) { return; }