mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: don't hide the plugin list when operations are in progress
This commit is contained in:
parent
7660e2e978
commit
af007d471c
1 changed files with 1 additions and 1 deletions
|
|
@ -1091,7 +1091,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
|
||||
private void DrawPluginCategoryContent()
|
||||
{
|
||||
var ready = this.DrawPluginListLoading() && !this.AnyOperationInProgress;
|
||||
var ready = this.DrawPluginListLoading();
|
||||
if (!this.categoryManager.IsSelectionValid || !ready)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue