mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-01 06:21:46 -06:00
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:
parent
22de878e5c
commit
3c9de0610b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ UM.MainWindow
|
||||||
WelcomeDialogItem
|
WelcomeDialogItem
|
||||||
{
|
{
|
||||||
id: welcomeDialogItem
|
id: welcomeDialogItem
|
||||||
visible: true // True, so if somehow no preferences are found/loaded, it's shown anyway.
|
visible: false
|
||||||
z: greyOutBackground.z + 1
|
z: greyOutBackground.z + 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue