Make settings field private

This commit is contained in:
VictoriousRaptor 2023-11-11 01:34:01 +08:00
parent 54e255c504
commit bf598887dd

View file

@ -29,8 +29,7 @@ namespace Flow.Launcher.Core.Plugin
public static IPublicAPI API { private set; get; }
// todo happlebao, this should not be public, the indicator function should be embeded
public static PluginsSettings Settings;
private static PluginsSettings Settings;
private static List<PluginMetadata> _metadatas;
/// <summary>