mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 00:49:18 +01:00
Add option to open window at game start instead of coupling it with debug mode
This commit is contained in:
parent
b5377a961f
commit
51dba221c4
3 changed files with 8 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue