Let welcomeDialog default to invisible

This speeds up the bootup a bit since it doesn't have to create a number
of the items in the dialog
This commit is contained in:
Jaime van Kessel 2020-06-29 16:58:45 +02:00
parent 22de878e5c
commit 3c9de0610b
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -74,7 +74,7 @@ UM.MainWindow
WelcomeDialogItem
{
id: welcomeDialogItem
visible: true // True, so if somehow no preferences are found/loaded, it's shown anyway.
visible: false
z: greyOutBackground.z + 1
}