mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 08:07:25 -04:00
Merge pull request #4055
c390afd main: fix a potential warning (selsta)
This commit is contained in:
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user