Transfer: improve warning message while connecting

This commit is contained in:
selsta
2020-05-05 13:12:10 +02:00
parent ce6cc47afe
commit 8f70fb4f79

View File

@@ -773,6 +773,8 @@ Rectangle {
switch (currentWallet.connected()) { switch (currentWallet.connected()) {
case Wallet.ConnectionStatus_Connecting: case Wallet.ConnectionStatus_Connecting:
root.warningContent = qsTr("Wallet is connecting to daemon.")
break
case Wallet.ConnectionStatus_Disconnected: case Wallet.ConnectionStatus_Disconnected:
root.warningContent = messageNotConnected; root.warningContent = messageNotConnected;
break break