summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-07-26 18:39:01 +0200
committerYuri Sizov <yuris@humnom.net>2023-07-26 18:39:01 +0200
commit3bc842b1b129b379d8e73bb21660e9bb6b0f79f8 (patch)
treeb64fc735d121be27159859c4bd6a021f4a2f1760 /editor/editor_settings.cpp
parent202e4b2c1e7f8b25738b93d0e4d5066453d3edf3 (diff)
parent5e117ee7bfe55d2c2d559fc8e0ed99de86ea29fe (diff)
downloadredot-engine-3bc842b1b129b379d8e73bb21660e9bb6b0f79f8.tar.gz
Merge pull request #54524 from Calinou/animation-editor-add-bypass-confirmation
Skip keyframe creation dialog when holding Shift in the animation editor
Diffstat (limited to 'editor/editor_settings.cpp')
-rw-r--r--editor/editor_settings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp
index 40ae6608d4..4398423529 100644
--- a/editor/editor_settings.cpp
+++ b/editor/editor_settings.cpp
@@ -709,7 +709,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
// Animation
_initial_set("editors/animation/autorename_animation_tracks", true);
- _initial_set("editors/animation/confirm_insert_track", true);
_initial_set("editors/animation/default_create_bezier_tracks", false);
_initial_set("editors/animation/default_create_reset_tracks", true);
_initial_set("editors/animation/onion_layers_past_color", Color(1, 0, 0));