mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Drop preload Resources as UID
This commit is contained in:
parent
172fc62c80
commit
d29a7450fa
4 changed files with 18 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue