Merge pull request #52601 from KoBeWi/scene_renaissance
Make restore_scenes_on_load true by default
This commit is contained in:
commit
40eabbb120
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue