diff options
| -rw-r--r-- | components/ProcessingSplash.qml | 2 | ||||
| -rw-r--r-- | main.qml | 2 |
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 @@ -199,7 +199,7 @@ ApplicationWindow { function connectWallet(wallet) { - showProcessingSplash() + showProcessingSplash("Please wait...") currentWallet = wallet // Disconnect before connecting |
