mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove readonly field to allow init in Init()
This commit is contained in:
parent
6430e2562d
commit
8acde56455
1 changed files with 2 additions and 7 deletions
|
|
@ -18,13 +18,8 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
|
|||
|
||||
private List<Bookmark> cachedBookmarks = new List<Bookmark>();
|
||||
|
||||
private readonly Settings _settings;
|
||||
private readonly PluginJsonStorage<Settings> _storage;
|
||||
|
||||
public Main()
|
||||
{
|
||||
|
||||
}
|
||||
private Settings _settings { get; set;}
|
||||
private PluginJsonStorage<Settings> _storage { get; set;}
|
||||
|
||||
public void Init(PluginInitContext context)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue