mirror of https://github.com/borgbase/vorta
Update check message on completion. By @samuel-w (#672)
This commit is contained in:
parent
8814624dff
commit
6d0ef769c6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue