mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
add open log at startup and persistent log settings
This commit is contained in:
parent
208055b0a4
commit
8e31f260e1
3 changed files with 22 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue