add open log at startup and persistent log settings

This commit is contained in:
kalilistic 2021-03-28 17:47:15 -04:00
parent 208055b0a4
commit 8e31f260e1
3 changed files with 22 additions and 5 deletions

View file

@ -34,6 +34,8 @@ namespace Dalamud
public bool PrintPluginsWelcomeMsg { get; set; } = true;
public bool AutoUpdatePlugins { get; set; } = false;
public bool LogAutoScroll { get; set; } = true;
public bool LogOpenAtStartup { get; set; }
[JsonIgnore]
public string ConfigPath;