mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 17:54:15 +02:00
fix: downgrade notification when the window is not visible
This commit is contained in:
@@ -139,9 +139,9 @@ class DowngradeApp(AsyncAction):
|
||||
success = False
|
||||
self.print(self.locale_keys['internet.required'])
|
||||
finally:
|
||||
self.notify_finished({'app': self.app, 'success': success})
|
||||
self.app = None
|
||||
self.root_password = None
|
||||
self.notify_finished(success)
|
||||
|
||||
|
||||
class GetAppInfo(AsyncAction):
|
||||
|
||||
Reference in New Issue
Block a user