qt: initial open existing wallet from wizard,
set window title for wizard dialogs, catch RuntimeError for WizardComponent.updated signal, widget might be gone
This commit is contained in:
@@ -182,6 +182,9 @@ class AbstractWizard:
|
||||
return result
|
||||
return sanitize(_stack_item)
|
||||
|
||||
def get_wizard_data(self):
|
||||
return copy.deepcopy(self._current.wizard_data)
|
||||
|
||||
|
||||
class NewWalletWizard(AbstractWizard):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user