mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 12:57:44 +01:00
Separate hiding via toggle, cutscenes, and gpose
This commit is contained in:
parent
7da3a6ed67
commit
0f6fbcb4c6
3 changed files with 39 additions and 8 deletions
|
|
@ -32,6 +32,8 @@ namespace Dalamud
|
|||
|
||||
public float GlobalUiScale { get; set; } = 1.0f;
|
||||
public bool ToggleUiHide { get; set; } = true;
|
||||
public bool ToggleUiHideDuringCutscenes { get; set; } = true;
|
||||
public bool ToggleUiHideDuringGpose { get; set; } = true;
|
||||
|
||||
[JsonIgnore]
|
||||
public string ConfigPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue