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:
parent
ce6cc47afe
commit
8f70fb4f79
@ -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 New Issue
Block a user