mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-23 17:09:17 +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()
|
private void DrawPluginCategoryContent()
|
||||||
{
|
{
|
||||||
if (!this.categoryManager.IsSelectionValid)
|
var ready = this.DrawPluginListLoading();
|
||||||
|
if (!this.categoryManager.IsSelectionValid || !ready)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue