mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 20:40:27 +00:00
Transfer: improve warning message while connecting
This commit is contained in:
parent
ce6cc47afe
commit
8f70fb4f79
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue