mirror of
https://github.com/monero-project/monero-gui
synced 2025-03-05 14:13:02 +01:00
main: fix qml warning
This commit is contained in:
parent
bea3032df9
commit
a3e05195c0
3
main.qml
3
main.qml
@ -586,6 +586,9 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
function onWalletUpdate() {
|
||||
if (!currentWallet)
|
||||
return;
|
||||
|
||||
console.log(">>> wallet updated")
|
||||
updateBalance();
|
||||
// Update history if new block found since last update
|
||||
|
Loading…
x
Reference in New Issue
Block a user