Skip to content

Commit bf59888

Browse files
Make settings field private
1 parent 54e255c commit bf59888

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ public static class PluginManager
2929

3030
public static IPublicAPI API { private set; get; }
3131

32-
// todo happlebao, this should not be public, the indicator function should be embeded
33-
public static PluginsSettings Settings;
32+
private static PluginsSettings Settings;
3433
private static List<PluginMetadata> _metadatas;
3534

3635
/// <summary>

0 commit comments

Comments
 (0)