summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-09-12 16:11:56 +0200
committerkobewi <kobewi4e@gmail.com>2021-09-12 16:11:56 +0200
commit7c325aa8429bc68e567edceba846d23548f65407 (patch)
tree2351a804743e5ba704dac07707ab91fc457afdbc
parent5f69218edc4f4af574c7a65f077e2e0bf1f28365 (diff)
Make restore_scenes_on_load true by default
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index f86a36df2f..5921d79344 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -5956,7 +5956,7 @@ EditorNode::EditorNode() {
EDITOR_DEF_RST("interface/editor/save_each_scene_on_quit", true);
EDITOR_DEF("interface/editor/show_update_spinner", false);
EDITOR_DEF("interface/editor/update_continuously", false);
- EDITOR_DEF_RST("interface/scene_tabs/restore_scenes_on_load", false);
+ EDITOR_DEF_RST("interface/scene_tabs/restore_scenes_on_load", true);
EDITOR_DEF_RST("interface/scene_tabs/show_thumbnail_on_hover", true);
EDITOR_DEF_RST("interface/inspector/capitalize_properties", true);
EDITOR_DEF_RST("interface/inspector/default_float_step", 0.001);