mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
fix: lock profile manager while changing state
This commit is contained in:
parent
3d47e05ab0
commit
28e9d5f156
5 changed files with 77 additions and 43 deletions
|
|
@ -2898,7 +2898,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
private void OnInstalledPluginsChanged()
|
||||
{
|
||||
var pluginManager = Service<PluginManager>.Get();
|
||||
using var pmLock = pluginManager.LockPluginLists();
|
||||
using var pmLock = pluginManager.GetSyncScope();
|
||||
|
||||
lock (this.listLock)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue