mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-16 01:19:47 -07:00
Merge branch 'main' into dev/p2s-pr
# Conflicts: # src/slic3r/GUI/DeviceErrorDialog.cpp
This commit is contained in:
commit
614612ed38
48 changed files with 3533 additions and 3528 deletions
|
|
@ -728,7 +728,7 @@ bool SendSystemInfoDialog::send_info(wxString& message)
|
|||
if (job_done) // UI thread wants us to cancel.
|
||||
cancel = true;
|
||||
if (cancel)
|
||||
//result = { Result::Cancelled, _L("Sending system info was cancelled.") };
|
||||
//result = { Result::Cancelled, _L("Sending system info was canceled.") };
|
||||
result = {Result::Cancelled, wxEmptyString};
|
||||
})
|
||||
.perform_sync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue