mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 04:34:16 +01:00
chore: also lock when rendering
This commit is contained in:
parent
aa58edec9a
commit
9a32da7db8
1 changed files with 12 additions and 9 deletions
|
|
@ -215,6 +215,8 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
|
||||
/// <inheritdoc/>
|
||||
public override void Draw()
|
||||
{
|
||||
lock (this.listLock)
|
||||
{
|
||||
this.DrawHeader();
|
||||
this.DrawPluginCategories();
|
||||
|
|
@ -225,6 +227,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
this.DrawFeedbackModal();
|
||||
this.DrawProgressOverlay();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clear the icon and image caches, forcing a fresh download.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue