mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
remove return
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user