mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-31 03:09:06 +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) {
|
function connectWallet(wallet) {
|
||||||
showProcessingSplash()
|
showProcessingSplash("Please wait...")
|
||||||
currentWallet = wallet
|
currentWallet = wallet
|
||||||
|
|
||||||
// Disconnect before connecting
|
// Disconnect before connecting
|
||||||
|
|
Loading…
Reference in a new issue