1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-21 03:45:53 +01:00

Transfer: improve warning message while connecting

This commit is contained in:
selsta 2020-05-05 13:12:10 +02:00
parent ce6cc47afe
commit 8f70fb4f79
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

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