Merchant: fix payment URL

This would previously get loaded on the Receive page.
This commit is contained in:
selsta 2020-04-22 22:00:44 +02:00
parent b245d0af7a
commit 07ecca5af4
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ Item {
property var hiddenAmounts: []
function onPageCompleted() {
if (appWindow.currentWallet) {
appWindow.current_address = appWindow.currentWallet.address(appWindow.currentWallet.currentSubaddressAccount, 0)
}
// prepare tracking
trackingCheckbox.checked = root.enableTracking
root.update();