aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/merchant/Merchant.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml
index 545ba641..6ed20915 100644
--- a/pages/merchant/Merchant.qml
+++ b/pages/merchant/Merchant.qml
@@ -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();