aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/ProcessingSplash.qml2
-rw-r--r--main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/ProcessingSplash.qml b/components/ProcessingSplash.qml
index 42312f42..d8dc0e84 100644
--- a/components/ProcessingSplash.qml
+++ b/components/ProcessingSplash.qml
@@ -34,7 +34,7 @@ import QtQuick.Layouts 1.1
Window {
id: root
modality: Qt.ApplicationModal
- flags: Qt.Window | Qt.FramelessWindowHint
+ flags: Qt.Window
property alias messageText: messageTitle.text
property alias heightProgressText : heightProgress.text
diff --git a/main.qml b/main.qml
index 9bd52b94..ddb19b21 100644
--- a/main.qml
+++ b/main.qml
@@ -199,7 +199,7 @@ ApplicationWindow {
function connectWallet(wallet) {
- showProcessingSplash()
+ showProcessingSplash("Please wait...")
currentWallet = wallet
// Disconnect before connecting