mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 13:24:33 +00:00
Merge pull request #155
6e4758a
Receive: update address field when the wallet changed (moneromooo.monero)
This commit is contained in:
commit
6a62961747
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