remove return

This commit is contained in:
Ian Chua
2026-05-19 18:32:04 +08:00
parent 4f0bbf97b6
commit 4e04bd4510

View File

@@ -4876,7 +4876,6 @@ void GUI_App::on_http_error(wxCommandEvent &evt)
->push_notification(NotificationType::PlaterError, NotificationManager::NotificationLevel::WarningNotificationLevel, ->push_notification(NotificationType::PlaterError, NotificationManager::NotificationLevel::WarningNotificationLevel,
msg.ToUTF8().data()); msg.ToUTF8().data());
} }
return;
} }
if (!m_is_error_shown) { if (!m_is_error_shown) {