mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Printhost: Error message stashing, improvements
This commit is contained in:
@@ -127,6 +127,7 @@ void PrintHostJobQueue::priv::progress_fn(Http::Progress progress, bool &cancel)
|
||||
} else if (cancel_id > job_id) {
|
||||
jobs->at(cancel_id - job_id).cancelled = true;
|
||||
}
|
||||
// TODO: emit cancelled
|
||||
}
|
||||
|
||||
cancels->clear();
|
||||
|
||||
Reference in New Issue
Block a user