mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Set progress of backup message to 100% when done
CURA-7150
This commit is contained in:
parent
72a66f1358
commit
6db8a9ec3e
@ -65,6 +65,7 @@ class CreateBackupJob(Job):
|
||||
self._job_done.wait()
|
||||
if self.backup_upload_error_message == "":
|
||||
upload_message.setText(catalog.i18nc("@info:backup_status", "Your backup has finished uploading."))
|
||||
upload_message.setProgress(upload_message.getMaxProgress())
|
||||
else:
|
||||
# some error occurred. This error is presented to the user by DrivePluginExtension
|
||||
upload_message.hide()
|
||||
|
Loading…
x
Reference in New Issue
Block a user