mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
progress splash: ensure correct message is shown
This commit is contained in:
parent
24a66c184d
commit
faeb9bb096
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -199,7 +199,7 @@ ApplicationWindow {
|
|||
|
||||
|
||||
function connectWallet(wallet) {
|
||||
showProcessingSplash()
|
||||
showProcessingSplash("Please wait...")
|
||||
currentWallet = wallet
|
||||
|
||||
// Disconnect before connecting
|
||||
|
|
Loading…
Reference in a new issue