mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 09:29:38 +00:00
main: fix a potential warning
This commit is contained in:
parent
aef4a982dc
commit
c390afd258
1 changed files with 2 additions and 1 deletions
1
main.qml
1
main.qml
|
@ -694,6 +694,7 @@ ApplicationWindow {
|
|||
// Daemon connected
|
||||
leftPanel.networkStatus.connected = currentWallet ? currentWallet.connected() : Wallet.ConnectionStatus_Disconnected
|
||||
|
||||
if (currentWallet)
|
||||
currentWallet.refreshHeightAsync();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue