mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
fixed missing "plugins are loading" state in category view
This commit is contained in:
parent
6e2ca6a133
commit
70852791eb
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue