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 54e255c commit bf59888Copy full SHA for bf59888
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -29,8 +29,7 @@ public static class PluginManager
29
30
public static IPublicAPI API { private set; get; }
31
32
- // todo happlebao, this should not be public, the indicator function should be embeded
33
- public static PluginsSettings Settings;
+ private static PluginsSettings Settings;
34
private static List<PluginMetadata> _metadatas;
35
36
/// <summary>
0 commit comments