1
0

create wallet at end of new wallet wizard

This commit is contained in:
Sander van Grieken
2022-03-08 12:07:50 +01:00
parent 145e7e3440
commit 4cae116ad8
5 changed files with 78 additions and 2 deletions

View File

@@ -100,6 +100,9 @@ Pane {
onClicked: {
var dialog = app.newWalletWizard.createObject(rootItem)
dialog.open()
dialog.walletCreated.connect(function() {
Daemon.availableWallets.reload()
})
}
}
}