mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
fix: lock plugin lists when sorting
This commit is contained in:
parent
a7426b7cb0
commit
418a2567a9
4 changed files with 143 additions and 75 deletions
|
|
@ -2898,6 +2898,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
private void OnInstalledPluginsChanged()
|
||||
{
|
||||
var pluginManager = Service<PluginManager>.Get();
|
||||
using var pmLock = pluginManager.LockPluginLists();
|
||||
|
||||
lock (this.listLock)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue