mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-19 13:47:25 -04:00
Wallet: implement 'Connecting' status, add 'disconnected' property
This commit is contained in:
@@ -582,7 +582,7 @@ Item {
|
||||
return
|
||||
}
|
||||
|
||||
if (appWindow.currentWallet.connected() == Wallet.ConnectionStatus_Disconnected) {
|
||||
if (appWindow.disconnected) {
|
||||
root.trackingError = qsTr("WARNING: no connection to daemon");
|
||||
trackingModel.clear();
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user