mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-09 00:25:34 +00:00
Merge pull request #52601 from KoBeWi/scene_renaissance
Make restore_scenes_on_load true by default
This commit is contained in:
@@ -5967,7 +5967,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);
|
||||
|
||||
Reference in New Issue
Block a user