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

@ -32,7 +32,7 @@ public sealed class ConfigWindow : Window
RespectCloseHotkey = true;
tutorial.UpdateTutorialStep();
IsOpen = _config.DebugMode;
IsOpen = _config.OpenWindowAtStart;
}
public void Setup(Penumbra penumbra, ConfigTabBar configTabs)