1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Drop preload Resources as UID

This commit is contained in:
kobewi
2024-11-11 23:36:58 +01:00
parent 172fc62c80
commit d29a7450fa
4 changed files with 18 additions and 5 deletions

View File

@@ -718,6 +718,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
_initial_set("text_editor/behavior/files/auto_reload_scripts_on_external_change", false);
_initial_set("text_editor/behavior/files/auto_reload_and_parse_scripts_on_save", true);
_initial_set("text_editor/behavior/files/open_dominant_script_on_scene_change", false, true);
_initial_set("text_editor/behavior/files/drop_preload_resources_as_uid", true, true);
// Behavior: Documentation
_initial_set("text_editor/behavior/documentation/enable_tooltips", true, true);