mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:08:58 +08: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
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user