fix: lock plugin lists when sorting

This commit is contained in:
goat 2023-06-19 19:07:41 +02:00
parent a7426b7cb0
commit 418a2567a9
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 143 additions and 75 deletions

View file

@ -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)
{