1
0

fix bug where undefined wallet instance crashes app

This commit is contained in:
Sander van Grieken
2022-03-10 14:29:24 +01:00
parent 49b7a7518c
commit c79414012c
2 changed files with 18 additions and 8 deletions

View File

@@ -198,6 +198,7 @@ ApplicationWindow
Connections {
target: Daemon
function onWalletRequiresPassword() {
console.log('wallet requires password')
app.stack.push(Qt.resolvedUrl("OpenWallet.qml"), {"path": Daemon.path})
// var dialog = _openWallet.createObject(app)
//dialog.open()