This commit is contained in:
goat 2020-12-13 21:15:59 +01:00
commit f8e5728985
6 changed files with 57 additions and 23 deletions

View file

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