Merge pull request #2885

8f70fb4 Transfer: improve warning message while connecting (selsta)
This commit is contained in:
luigi1111 2020-05-07 10:49:44 -05:00
commit 7536e922e9
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 2 additions and 0 deletions

View File

@ -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