main: fix qml warning

This commit is contained in:
selsta 2023-10-22 16:41:19 +02:00
parent bea3032df9
commit a3e05195c0
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 3 additions and 0 deletions

View File

@ -586,6 +586,9 @@ ApplicationWindow {
}
function onWalletUpdate() {
if (!currentWallet)
return;
console.log(">>> wallet updated")
updateBalance();
// Update history if new block found since last update