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:
parent
8814624dff
commit
6d0ef769c6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ def started_event(self):
|
||||||
def finished_event(self, result):
|
def finished_event(self, result):
|
||||||
self.app.backup_finished_event.emit(result)
|
self.app.backup_finished_event.emit(result)
|
||||||
self.result.emit(result)
|
self.result.emit(result)
|
||||||
|
self.app.backup_progress_event.emit(self.tr('Check completed.'))
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def prepare(cls, profile):
|
def prepare(cls, profile):
|
||||||
|
|
Loading…
Reference in a new issue