diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-13 17:26:52 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-13 17:27:01 +0100 |
| commit | faeb9bb096a0f8f39b630b07cf8cec707a341479 (patch) | |
| tree | fb16cd903175513729380a558e3968fd76129984 | |
| parent | 24a66c184d206d6f6bea427c4d893d3bd2db24b6 (diff) | |
| download | monzero-gui-faeb9bb096a0f8f39b630b07cf8cec707a341479.tar.gz monzero-gui-faeb9bb096a0f8f39b630b07cf8cec707a341479.tar.xz monzero-gui-faeb9bb096a0f8f39b630b07cf8cec707a341479.zip | |
progress splash: ensure correct message is shown
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ ApplicationWindow { function connectWallet(wallet) { - showProcessingSplash() + showProcessingSplash("Please wait...") currentWallet = wallet // Disconnect before connecting |
