Add option to open window at game start instead of coupling it with debug mode

This commit is contained in:
Ottermandias 2023-11-11 21:09:49 +01:00
parent b5377a961f
commit 51dba221c4
3 changed files with 8 additions and 4 deletions

View file

@ -35,6 +35,7 @@ public class Configuration : IPluginConfiguration, ISavable
public string ModDirectory { get; set; } = string.Empty;
public string ExportDirectory { get; set; } = string.Empty;
public bool OpenWindowAtStart { get; set; } = false;
public bool HideUiInGPose { get; set; } = false;
public bool HideUiInCutscenes { get; set; } = true;
public bool HideUiWhenUiHidden { get; set; } = false;