fix: don't hide the plugin list when operations are in progress

This commit is contained in:
Aireil 2023-01-18 14:34:55 +01:00
parent 7660e2e978
commit af007d471c
No known key found for this signature in database
GPG key ID: EA9CA38B48706D3D

View file

@ -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;