Merge pull request #50680 from Calinou/project-default-single-window-mode
This commit is contained in:
commit
af976e4834
1 changed files with 1 additions and 1 deletions
|
@ -2140,7 +2140,7 @@ bool Main::start() {
|
|||
}
|
||||
#endif
|
||||
|
||||
bool embed_subwindows = GLOBAL_DEF("display/window/subwindows/embed_subwindows", false);
|
||||
bool embed_subwindows = GLOBAL_DEF("display/window/subwindows/embed_subwindows", true);
|
||||
|
||||
if (OS::get_singleton()->is_single_window() || (!project_manager && !editor && embed_subwindows)) {
|
||||
sml->get_root()->set_embed_subwindows_hint(true);
|
||||
|
|
Loading…
Reference in a new issue