mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
disable wizard.finished()
This commit is contained in:
parent
4781df9d21
commit
9366e37fb0
1 changed files with 2 additions and 3 deletions
|
@ -200,9 +200,8 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
|||
|
||||
|
||||
def finished(self):
|
||||
'''Ensure the dialog is closed.'''
|
||||
self.accept()
|
||||
self.refresh_gui()
|
||||
"""Called in hardware client wrapper, in order to close popups."""
|
||||
return
|
||||
|
||||
def on_error(self, exc_info):
|
||||
if not isinstance(exc_info[1], UserCancelled):
|
||||
|
|
Loading…
Add table
Reference in a new issue