mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-29 21:07:11 +00:00
Merge pull request #154 from Snapmaker/dev_2.3.0_alves
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, "");
|
wxGetApp().mainframe->downloadOpenProject(fileUrl, fileName, "");
|
||||||
|
|
||||||
m_status = 0;
|
m_status = 0;
|
||||||
m_msg = "Download started";
|
m_msg = "success";
|
||||||
send_to_js();
|
send_to_js();
|
||||||
finish_job();
|
finish_job();
|
||||||
|
|
||||||
@@ -4440,7 +4440,7 @@ void SSWCP_UserLogin_Instance::sw_DownloadFileEx() {
|
|||||||
response["file_url"] = fileUrl;
|
response["file_url"] = fileUrl;
|
||||||
m_res_data = response;
|
m_res_data = response;
|
||||||
m_status = 0;
|
m_status = 0;
|
||||||
m_msg = "Download started";
|
m_msg = "success";
|
||||||
send_to_js();
|
send_to_js();
|
||||||
|
|
||||||
} catch (std::exception& e) {
|
} catch (std::exception& e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user