We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f5274 commit 446c61fCopy full SHA for 446c61f
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -33,7 +33,7 @@ public static class PluginManager
33
private static IPublicAPI API => api ??= Ioc.Default.GetRequiredService<IPublicAPI>();
34
35
private static PluginsSettings Settings;
36
- private static readonly List<string> ModifiedPlugins = new();
+ private static readonly ConcurrentBag<string> ModifiedPlugins = new();
37
38
private static IEnumerable<PluginPair> _contextMenuPlugins;
39
private static IEnumerable<PluginPair> _homePlugins;
0 commit comments