Fix closed docks still being present in the dock menu after being disabled

This commit is contained in:
Michael Alexsander
2026-02-19 11:21:51 -03:00
parent ad4c2c3da8
commit 6db79918da
+2
View File
@@ -7723,6 +7723,8 @@ void EditorNode::_feature_profile_changed() {
editor_main_screen->set_button_enabled(EditorMainScreen::EDITOR_ASSETLIB, true);
}
}
editor_dock_manager->update_docks_menu();
}
void EditorNode::_bind_methods() {