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