1
0

qml: combine Connections on same target

This commit is contained in:
Sander van Grieken
2023-04-04 13:22:58 +02:00
parent 8e3a3cefcf
commit 2f9ecf3311

View File

@@ -281,9 +281,6 @@ Item {
var dialog = app.messageDialog.createObject(app, {text: error})
dialog.open()
}
}
Connections {
target: Daemon.currentWallet
function onOtpRequested() {
console.log('OTP requested')
var dialog = otpDialog.createObject(mainView)