Add setting to not print plugins on login + polish settings

This commit is contained in:
Aireil 2020-11-26 00:44:36 +01:00
parent f912e42f94
commit 52b1293566
3 changed files with 39 additions and 17 deletions

View file

@ -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;