1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 05:36:19 +00:00

Update check message on completion. By @samuel-w (#672)

This commit is contained in:
samuel-w 2020-12-15 21:16:49 -06:00 committed by GitHub
parent 8814624dff
commit 6d0ef769c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ def started_event(self):
def finished_event(self, result):
self.app.backup_finished_event.emit(result)
self.result.emit(result)
self.app.backup_progress_event.emit(self.tr('Check completed.'))
@classmethod
def prepare(cls, profile):