From 4e04bd45107b9a654a2ea0bb837a7559bf94bf97 Mon Sep 17 00:00:00 2001 From: Ian Chua Date: Tue, 19 May 2026 18:32:04 +0800 Subject: [PATCH] remove return --- src/slic3r/GUI/GUI_App.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index 82ed0e3813..3ef3f4bf46 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -4876,7 +4876,6 @@ void GUI_App::on_http_error(wxCommandEvent &evt) ->push_notification(NotificationType::PlaterError, NotificationManager::NotificationLevel::WarningNotificationLevel, msg.ToUTF8().data()); } - return; } if (!m_is_error_shown) {