mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-31 21:03:48 +01:00
Add option to open window at game start instead of coupling it with debug mode.
This commit is contained in:
parent
1891957670
commit
108cfbd828
3 changed files with 4 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ public class MainWindow : Window, IDisposable
|
|||
debugTab,
|
||||
};
|
||||
_event.Subscribe(OnTabSelected, TabSelected.Priority.MainWindow);
|
||||
IsOpen = _config.DebugMode;
|
||||
IsOpen = _config.OpenWindowAtStart;
|
||||
}
|
||||
|
||||
public override void PreDraw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue