Transfer: improve warning message while connecting

pull/7/head
selsta 4 years ago
parent ce6cc47afe
commit 8f70fb4f79
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -773,6 +773,8 @@ Rectangle {
switch (currentWallet.connected()) {
case Wallet.ConnectionStatus_Connecting:
root.warningContent = qsTr("Wallet is connecting to daemon.")
break
case Wallet.ConnectionStatus_Disconnected:
root.warningContent = messageNotConnected;
break