mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make settings internal
This commit is contained in:
parent
fd8222ba80
commit
cef3e8e4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ public class Main : ISettingProvider, IPlugin, IReloadable, IPluginI18n, IContex
|
|||
|
||||
internal static PluginInitContext _context;
|
||||
|
||||
private static List<Bookmark> _cachedBookmarks = new();
|
||||
internal static Settings _settings;
|
||||
|
||||
private static Settings _settings;
|
||||
private static List<Bookmark> _cachedBookmarks = new();
|
||||
|
||||
private static bool _initialized = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue