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