mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Set progress of backup message to 100% when done
CURA-7150
This commit is contained in:
parent
72a66f1358
commit
6db8a9ec3e
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class CreateBackupJob(Job):
|
||||||
self._job_done.wait()
|
self._job_done.wait()
|
||||||
if self.backup_upload_error_message == "":
|
if self.backup_upload_error_message == "":
|
||||||
upload_message.setText(catalog.i18nc("@info:backup_status", "Your backup has finished uploading."))
|
upload_message.setText(catalog.i18nc("@info:backup_status", "Your backup has finished uploading."))
|
||||||
|
upload_message.setProgress(upload_message.getMaxProgress())
|
||||||
else:
|
else:
|
||||||
# some error occurred. This error is presented to the user by DrivePluginExtension
|
# some error occurred. This error is presented to the user by DrivePluginExtension
|
||||||
upload_message.hide()
|
upload_message.hide()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue