diff options
| author | selsta <selsta@sent.at> | 2023-10-22 16:41:19 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2023-10-22 16:41:19 +0200 |
| commit | a3e05195c04f5fd7634ea9c23e6a7d9843f9f7cf (patch) | |
| tree | e972f1383dafb0426531a5eb4458d3c1f5c759bd /main.qml | |
| parent | bea3032df9b1fc59a7aa0a3489d583b389481cfe (diff) | |
| download | monzero-gui-a3e05195c04f5fd7634ea9c23e6a7d9843f9f7cf.tar.gz monzero-gui-a3e05195c04f5fd7634ea9c23e6a7d9843f9f7cf.tar.xz monzero-gui-a3e05195c04f5fd7634ea9c23e6a7d9843f9f7cf.zip | |
main: fix qml warning
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -586,6 +586,9 @@ ApplicationWindow { } function onWalletUpdate() { + if (!currentWallet) + return; + console.log(">>> wallet updated") updateBalance(); // Update history if new block found since last update |
