mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +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() {
|
||||
console.log("Receive page loaded");
|
||||
|
||||
if(addressLine.text.length == 0) {
|
||||
if(addressLine.text.length === 0 || addressLine.text !== appWindow.currentWallet.address) {
|
||||
updatePaymentId()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue