Turn main menu on by default.
This commit is contained in:
parent
88b6c5d590
commit
cd7f0fc4a2
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ DKEY GUI::MainWindowStartsMaximized = "window_is_maximized";
|
|||
DVALUE(bool) GUI::MainWindowStartsMaximizedDef = false;
|
||||
|
||||
DKEY GUI::MainMenuVisible = "main_menu_visible";
|
||||
DVALUE(bool) GUI::MainMenuVisibleDef = false;
|
||||
DVALUE(bool) GUI::MainMenuVisibleDef = true;
|
||||
|
||||
DKEY GUI::ToolbarsVisible = "enable_toolbars";
|
||||
DVALUE(bool) GUI::ToolbarsVisibleDef = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue