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:
@@ -264,4 +264,7 @@ class WizardComponent(QWidget):
|
||||
|
||||
@pyqtSlot()
|
||||
def on_updated(self, *args):
|
||||
self.updated.emit(self)
|
||||
try:
|
||||
self.updated.emit(self)
|
||||
except RuntimeError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user