1
0

qml: clear deferred intent after processing

This commit is contained in:
Sander van Grieken
2023-02-27 14:42:26 +01:00
parent 8faf8f4a31
commit 68a3364c33

View File

@@ -243,8 +243,10 @@ Item {
Connections {
target: Daemon
function onWalletLoaded() {
if (_intentUri)
if (_intentUri) {
invoiceParser.recipient = _intentUri
_intentUri = ''
}
}
}