mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02: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")
|
console.log(">>> wallet refreshed")
|
||||||
|
|
||||||
// Daemon connected
|
// Daemon connected
|
||||||
leftPanel.networkStatus.connected = currentWallet.connected()
|
leftPanel.networkStatus.connected = currentWallet ? currentWallet.connected() : Wallet.ConnectionStatus_Disconnected
|
||||||
|
|
||||||
currentWallet.refreshHeightAsync();
|
currentWallet.refreshHeightAsync();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user