mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
Merge pull request #163
efb3c75
splash: add option to close popup (Jacob Brydolf)faeb9bb
progress splash: ensure correct message is shown (Jacob Brydolf)
This commit is contained in:
commit
5d03bb92dc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
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