This commit is contained in:
bao-qian
2016-04-26 22:45:31 +01:00
parent 57c33fe693
commit e96bd5a0e7
6 changed files with 12 additions and 12 deletions

View File

@@ -15,11 +15,11 @@ namespace Wox.Plugin.Folder
private PluginInitContext context;
private readonly Settings _settings;
private readonly PluginSettingsStorage<Settings> _storage;
private readonly PluginJsonStorage<Settings> _storage;
public FolderPlugin()
{
_storage = new PluginSettingsStorage<Settings>();
_storage = new PluginJsonStorage<Settings>();
_settings = _storage.Load();
}