diff options
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -661,7 +661,7 @@ ApplicationWindow { console.log(">>> wallet refreshed") // Daemon connected - leftPanel.networkStatus.connected = currentWallet.connected() + leftPanel.networkStatus.connected = currentWallet ? currentWallet.connected() : Wallet.ConnectionStatus_Disconnected currentWallet.refreshHeightAsync(); } |
