feat: add config setting to toggle hiding

This commit is contained in:
goat 2020-08-14 03:01:58 +02:00
parent 5f9efaaea0
commit 196217f1d5
5 changed files with 18 additions and 14 deletions

View file

@ -42,6 +42,7 @@ namespace Dalamud
public bool DoDalamudTest { get; set; } = false;
public float GlobalUiScale { get; set; } = 1.0f;
public bool ToggleUiHide { get; set; } = true;
[JsonIgnore]
public string ConfigPath;