1
0

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:
Sander van Grieken
2023-08-15 14:57:03 +02:00
parent 1e570bdd36
commit 83c2eb46bb
4 changed files with 53 additions and 14 deletions

View File

@@ -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):