forked from Public/monero-gui
Wallet: implement 'Connecting' status, add 'disconnected' property
This commit is contained in:
@@ -717,6 +717,7 @@ Rectangle {
|
||||
//pageRoot.enabled = false;
|
||||
|
||||
switch (currentWallet.connected()) {
|
||||
case Wallet.ConnectionStatus_Connecting:
|
||||
case Wallet.ConnectionStatus_Disconnected:
|
||||
root.warningContent = messageNotConnected;
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user