Add ConfirmationDialog when clicking on % button in SceneTree

This commit is contained in:
Giganzo 2024-08-09 22:43:37 +02:00
parent c73ac74c4a
commit 89c009b105
3 changed files with 53 additions and 6 deletions

View file

@ -4619,6 +4619,7 @@ SceneTreeDock::SceneTreeDock(Node *p_scene_root, EditorSelection *p_editor_selec
EDITOR_DEF("interface/editors/show_scene_tree_root_selection", true);
EDITOR_DEF("interface/editors/derive_script_globals_by_name", true);
EDITOR_DEF("docks/scene_tree/ask_before_deleting_related_animation_tracks", true);
EDITOR_DEF("docks/scene_tree/ask_before_revoking_unique_name", true);
EDITOR_DEF("_use_favorites_root_selection", false);
Resource::_update_configuration_warning = _update_configuration_warning;