mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
feat: add config setting to toggle hiding
This commit is contained in:
parent
5f9efaaea0
commit
196217f1d5
5 changed files with 18 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue