mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-20 17:54:36 +00:00
Merge pull request #4055
c390afd
main: fix a potential warning (selsta)
This commit is contained in:
commit
58c7c9ab76
1 changed files with 2 additions and 1 deletions
1
main.qml
1
main.qml
|
@ -694,6 +694,7 @@ ApplicationWindow {
|
||||||
// Daemon connected
|
// Daemon connected
|
||||||
leftPanel.networkStatus.connected = currentWallet ? currentWallet.connected() : Wallet.ConnectionStatus_Disconnected
|
leftPanel.networkStatus.connected = currentWallet ? currentWallet.connected() : Wallet.ConnectionStatus_Disconnected
|
||||||
|
|
||||||
|
if (currentWallet)
|
||||||
currentWallet.refreshHeightAsync();
|
currentWallet.refreshHeightAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue