mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-23 19:15:56 +00:00
Receive: update address field when the wallet changed
This commit is contained in:
parent
b8b2d148f1
commit
6e4758a59e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ Rectangle {
|
||||||
function onPageCompleted() {
|
function onPageCompleted() {
|
||||||
console.log("Receive page loaded");
|
console.log("Receive page loaded");
|
||||||
|
|
||||||
if(addressLine.text.length == 0) {
|
if(addressLine.text.length === 0 || addressLine.text !== appWindow.currentWallet.address) {
|
||||||
updatePaymentId()
|
updatePaymentId()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue