mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:47:26 -04:00
Processing splash bug fixed;
Receive page: wrong reference to the wallet fixed;
This commit is contained in:
@@ -34,7 +34,7 @@ import QtQuick.Layouts 1.1
|
||||
Window {
|
||||
id: splash
|
||||
modality: Qt.ApplicationModal
|
||||
flags: Qt.SplashScreen
|
||||
flags: Qt.Window | Qt.FramelessWindowHint
|
||||
property alias message: message.text
|
||||
width: 200
|
||||
height: 100
|
||||
|
||||
Reference in New Issue
Block a user