mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 20:06:34 +02:00
Merge pull request #155
6e4758a
Receive: update address field when the wallet changed (moneromooo.monero)
This commit is contained in:
commit
6a62961747
@ -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 New Issue
Block a user