Change translation remaps if files are moved
This commit is contained in:
@@ -6877,6 +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);
|
||||
|
||||
// Scene: Top left.
|
||||
dock_slot[DOCK_SLOT_LEFT_UR]->add_child(SceneTreeDock::get_singleton());
|
||||
|
||||
Reference in New Issue
Block a user