mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
splash: add option to close popup
This commit is contained in:
parent
faeb9bb096
commit
efb3c75cd3
1 changed files with 1 additions and 1 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue