From faeb9bb096a0f8f39b630b07cf8cec707a341479 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Sun, 13 Nov 2016 17:26:52 +0100 Subject: [PATCH] progress splash: ensure correct message is shown --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 2e8d432c..e5d86f9e 100644 --- a/main.qml +++ b/main.qml @@ -199,7 +199,7 @@ ApplicationWindow { function connectWallet(wallet) { - showProcessingSplash() + showProcessingSplash("Please wait...") currentWallet = wallet // Disconnect before connecting