mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
splash: add option to close popup
This commit is contained in:
parent
faeb9bb096
commit
efb3c75cd3
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user