mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
fix: load plugin config correctly, failed due to interface instantiation
This commit is contained in:
parent
4c74038a46
commit
f3bdea3c43
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue