Skip to content

Commit cef3e8e

Browse files
committed
Make settings internal
1 parent fd8222b commit cef3e8e

File tree

1 file changed

+2
-2
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ public class Main : ISettingProvider, IPlugin, IReloadable, IPluginI18n, IContex
2121

2222
internal static PluginInitContext _context;
2323

24-
private static List<Bookmark> _cachedBookmarks = new();
24+
internal static Settings _settings;
2525

26-
private static Settings _settings;
26+
private static List<Bookmark> _cachedBookmarks = new();
2727

2828
private static bool _initialized = false;
2929

0 commit comments

Comments
 (0)