forked from Public/monero-gui
main: fix warning
This commit is contained in:
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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user