1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-28 09:31:37 +01:00

Merge pull request #3424

341b267 Merchant: display selected subaddress (selsta)
This commit is contained in:
luigi1111 2021-04-22 01:58:02 -04:00
commit 5667526ef6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -35,7 +35,7 @@ Item {
function onPageCompleted() {
if (appWindow.currentWallet) {
appWindow.current_address = appWindow.currentWallet.address(appWindow.currentWallet.currentSubaddressAccount, 0)
appWindow.current_address = appWindow.currentWallet.address(appWindow.currentWallet.currentSubaddressAccount, appWindow.current_subaddress_table_index);
}
// prepare tracking
trackingCheckbox.checked = root.enableTracking