aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_settings.cpp
diff options
context:
space:
mode:
authorDana Olson2014-12-08 04:35:06 -0500
committerDana Olson2014-12-08 04:35:06 -0500
commitdc694f49b8e9a98052be38fa2a5a33cba42e668e (patch)
treef1237b578797158f6e171f8eb269618547419a25 /tools/editor/editor_settings.cpp
parent10b371516bfd88f354acde9a2b37cf854eb92780 (diff)
downloadgodot-dc694f49b8e9a98052be38fa2a5a33cba42e668e.tar.gz
godot-dc694f49b8e9a98052be38fa2a5a33cba42e668e.tar.zst
godot-dc694f49b8e9a98052be38fa2a5a33cba42e668e.zip
remove old unused pref, added new confirm insert track
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp
index 8852293fe..8b4d89943 100644
--- a/tools/editor/editor_settings.cpp
+++ b/tools/editor/editor_settings.cpp
@@ -440,6 +440,7 @@ void EditorSettings::_load_defaults() {
set("animation/autorename_animation_tracks",true);
+ set("animation/confirm_insert_track",true);
set("property_editor/texture_preview_width",48);
set("help/doc_path","");