Hide welcome dialog instead of close cura if you complete it

CURA-6057
This commit is contained in:
Jaime van Kessel 2019-03-29 12:04:00 +01:00
parent 2f34bdc650
commit 91a886793b

View file

@ -60,6 +60,6 @@ Item
Connections
{
target: model
onAllFinished: close()
onAllFinished: dialog.visible = false
}
}