Fix incorrectly disabled project import confirmation button

This commit is contained in:
matheusmdx 2026-01-05 08:35:36 -03:00
parent 8dcf5b4eaf
commit 3c3c5f295e

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: {