mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-5296
- Changed API to not use staging - Fixed crash when pressing cancel - Added loading icon
This commit is contained in:
parent
50dabdbac8
commit
d30bbd48fb
7 changed files with 162 additions and 100 deletions
|
@ -350,8 +350,8 @@ class Toolbox(QObject, Extension):
|
|||
|
||||
def resetDownload(self) -> None:
|
||||
if self._download_reply:
|
||||
self._download_reply.abort()
|
||||
self._download_reply.downloadProgress.disconnect(self._onDownloadProgress)
|
||||
self._download_reply.abort()
|
||||
self._download_reply = None
|
||||
self._download_request = None
|
||||
self.setDownloadProgress(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue