Browse Source

qml: combine Connections on same target

master
Sander van Grieken 3 years ago
parent
commit
2f9ecf3311
  1. 3
      electrum/gui/qml/components/WalletMainView.qml

3
electrum/gui/qml/components/WalletMainView.qml

@ -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)

Loading…
Cancel
Save