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
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class BorgCheckThread(BorgThread):
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):