Explorar o código

Merge pull request #50680 from Calinou/project-default-single-window-mode

Rémi Verschelde %!s(int64=3) %!d(string=hai) anos
pai
achega
af976e4834
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main/main.cpp

+ 1 - 1
main/main.cpp

@@ -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);