mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-18 01:42:48 +00:00
feature update data for Format.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user