qml: combine Connections on same target
This commit is contained in:
@@ -281,9 +281,6 @@ Item {
|
|||||||
var dialog = app.messageDialog.createObject(app, {text: error})
|
var dialog = app.messageDialog.createObject(app, {text: error})
|
||||||
dialog.open()
|
dialog.open()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Connections {
|
|
||||||
target: Daemon.currentWallet
|
|
||||||
function onOtpRequested() {
|
function onOtpRequested() {
|
||||||
console.log('OTP requested')
|
console.log('OTP requested')
|
||||||
var dialog = otpDialog.createObject(mainView)
|
var dialog = otpDialog.createObject(mainView)
|
||||||
|
|||||||
Reference in New Issue
Block a user