mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-13 15:56:22 +01:00
main: fix warning
This commit is contained in:
parent
46227bdad0
commit
24ac001daa
2
main.qml
2
main.qml
@ -680,7 +680,7 @@ ApplicationWindow {
|
||||
console.log(">>> wallet refreshed")
|
||||
|
||||
// Daemon connected
|
||||
leftPanel.networkStatus.connected = currentWallet.connected()
|
||||
leftPanel.networkStatus.connected = currentWallet ? currentWallet.connected() : Wallet.ConnectionStatus_Disconnected
|
||||
|
||||
currentWallet.refreshHeightAsync();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user