From 77a037aa5fc339b219aeae245e750f4b27bae92e Mon Sep 17 00:00:00 2001 From: alves Date: Thu, 5 Feb 2026 11:07:48 +0800 Subject: [PATCH] feature update data for Format. --- src/slic3r/GUI/SSWCP.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slic3r/GUI/SSWCP.cpp b/src/slic3r/GUI/SSWCP.cpp index 3e7f33c33e..14cb13bad4 100644 --- a/src/slic3r/GUI/SSWCP.cpp +++ b/src/slic3r/GUI/SSWCP.cpp @@ -4403,8 +4403,8 @@ void SSWCP_UserLogin_Instance::sw_DownloadFile() wxGetApp().mainframe->downloadOpenProject(fileUrl, fileName, ""); - m_status = 0; - m_msg = "Download started"; + m_status = 0; + m_msg = "success"; send_to_js(); finish_job(); @@ -4440,7 +4440,7 @@ void SSWCP_UserLogin_Instance::sw_DownloadFileEx() { response["file_url"] = fileUrl; m_res_data = response; m_status = 0; - m_msg = "Download started"; + m_msg = "success"; send_to_js(); } catch (std::exception& e) {