Merge pull request #114621 from matheusmdx/fix-project-import

Fix incorrectly disabled project import confirmation button
This commit is contained in:
Thaddeus Crews
2026-01-05 12:06:38 -06:00

View File

@@ -976,7 +976,9 @@ void ProjectDialog::show_dialog(bool p_reset_name, bool p_is_confirmed) {
void ProjectDialog::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_TRANSLATION_CHANGED: {
_renderer_selected();
if (rendering_device_checked) {
_renderer_selected();
}
} break;
case NOTIFICATION_THEME_CHANGED: {