You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Add option to not expand tree on node select
This commit is contained in:
@@ -476,6 +476,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
|
||||
// SceneTree
|
||||
_initial_set("docks/scene_tree/start_create_dialog_fully_expanded", false);
|
||||
_initial_set("docks/scene_tree/auto_expand_to_selected", true);
|
||||
|
||||
// FileSystem
|
||||
_initial_set("docks/filesystem/thumbnail_size", 64);
|
||||
|
||||
Reference in New Issue
Block a user