fix: load plugin config correctly, failed due to interface instantiation

This commit is contained in:
goat 2020-01-13 23:17:03 +09:00
parent 4c74038a46
commit f3bdea3c43
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ namespace Dalamud
public string LastVersion { get; set; }
public Dictionary<string, IPluginConfiguration> PluginConfigurations { get; set; }
public Dictionary<string, object> PluginConfigurations { get; set; }
public bool WelcomeGuideDismissed;