mirror of
https://github.com/borgbase/vorta
synced 2025-02-20 21:36:58 +00:00
Fix crash when GUI is opened via tray icon while a backup is running. By @samuel-w
This commit is contained in:
parent
e31d4faafb
commit
dcc07f6df4
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ def __init__(self, parent=None):
|
|||
self.createStartBtn.setEnabled(False)
|
||||
self.createStartBtn.start()
|
||||
self.cancelButton.setEnabled(True)
|
||||
self.set_status(self.tr('Backup in progress.'))
|
||||
if self.isVisible():
|
||||
self.set_status(self.tr('Backup in progress.'))
|
||||
|
||||
self.set_icons()
|
||||
|
||||
|
|
Loading…
Reference in a new issue