mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 08:07:25 -04:00
Receive: update address field when the wallet changed
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user