1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Show dependency warning when removing remaps and fallback if translation

remap does not exist
This commit is contained in:
PucklaMotzer09
2022-01-04 18:52:32 +01:00
parent 0f9086e131
commit b32b570d7a
5 changed files with 54 additions and 1 deletions

View File

@@ -6877,7 +6877,7 @@ EditorNode::EditorNode() {
filesystem_dock->connect("inherit", callable_mp(this, &EditorNode::_inherit_request));
filesystem_dock->connect("instance", callable_mp(this, &EditorNode::_instantiate_request));
filesystem_dock->connect("display_mode_changed", callable_mp(this, &EditorNode::_save_docks));
project_settings->connect_filesystem_dock_signals(filesystem_dock);
get_project_settings()->connect_filesystem_dock_signals(filesystem_dock);
// Scene: Top left.
dock_slot[DOCK_SLOT_LEFT_UR]->add_child(SceneTreeDock::get_singleton());