mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
Add setting to not print plugins on login + polish settings
This commit is contained in:
parent
f912e42f94
commit
52b1293566
3 changed files with 39 additions and 17 deletions
|
|
@ -35,6 +35,8 @@ namespace Dalamud
|
|||
public bool ToggleUiHideDuringCutscenes { get; set; } = true;
|
||||
public bool ToggleUiHideDuringGpose { get; set; } = true;
|
||||
|
||||
public bool PrintPluginsWelcomeMsg { get; set; } = true;
|
||||
|
||||
[JsonIgnore]
|
||||
public string ConfigPath;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue