mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
feat: add log debug window
This commit is contained in:
parent
fc5a8bc38e
commit
84e98e0315
5 changed files with 226 additions and 63 deletions
|
|
@ -31,6 +31,8 @@ namespace Dalamud
|
|||
|
||||
public Dictionary<string, IPluginConfiguration> PluginConfigurations { get; set; }
|
||||
|
||||
public bool WelcomeGuideDismissed;
|
||||
|
||||
public static DalamudConfiguration Load(string path) {
|
||||
return JsonConvert.DeserializeObject<DalamudConfiguration>(File.ReadAllText(path));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue