1
0

qml: handle importChannelBackupFailed in WalletMainView

error was not being shown when scanning/pasting channel backup from Send screen
This commit is contained in:
SomberNight
2023-08-10 14:46:00 +00:00
parent 7d16e72fa7
commit 1e6f0c2e77

View File

@@ -312,6 +312,10 @@ Item {
})
dialog.open()
}
function onImportChannelBackupFailed(message) {
var dialog = app.messageDialog.createObject(app, { title: qsTr('Error'), text: message })
dialog.open()
}
}
Component {