mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-20 22:28:53 +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 {
|
Window {
|
||||||
id: root
|
id: root
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
flags: Qt.Window | Qt.FramelessWindowHint
|
flags: Qt.Window
|
||||||
property alias messageText: messageTitle.text
|
property alias messageText: messageTitle.text
|
||||||
property alias heightProgressText : heightProgress.text
|
property alias heightProgressText : heightProgress.text
|
||||||
|
|
||||||
|
|
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