Fix loading floating dock in single window mode

Fix restore_windows_on_load setting preventing loading layouts with floating docks
This commit is contained in:
kit
2024-12-01 14:06:22 -05:00
parent 893bbdfde8
commit 4e1f534c1e
3 changed files with 5 additions and 5 deletions

View File

@@ -5282,7 +5282,7 @@ void EditorNode::_load_editor_layout() {
}
} else {
ep.step(TTR("Loading docks..."), 1, true);
editor_dock_manager->load_docks_from_config(config, "docks");
editor_dock_manager->load_docks_from_config(config, "docks", true);
ep.step(TTR("Reopening scenes..."), 2, true);
_load_open_scenes_from_config(config);