diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-11-02 22:33:46 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-07-17 12:09:32 +0200 |
commit | 5e117ee7bfe55d2c2d559fc8e0ed99de86ea29fe (patch) | |
tree | 6233fae21181969b894f017d3fda4fc12bf583b6 /editor/editor_settings.cpp | |
parent | 851bc640ddf7225a4b52bb15cc50c249df119953 (diff) | |
download | redot-engine-5e117ee7bfe55d2c2d559fc8e0ed99de86ea29fe.tar.gz |
Skip keyframe creation dialog when holding Shift in the animation editor
The editor setting to always bypass the confirmation dialog was removed,
since the new shortcut effectively supersedes it in a more granular way.
Diffstat (limited to 'editor/editor_settings.cpp')
-rw-r--r-- | editor/editor_settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 4ae0aa7e4a..dad52b1f8a 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)); |