mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #2885
8f70fb4
Transfer: improve warning message while connecting (selsta)
This commit is contained in:
commit
7536e922e9
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