mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 02:41:01 -07:00
Hide welcome dialog instead of close cura if you complete it
CURA-6057
This commit is contained in:
parent
2f34bdc650
commit
91a886793b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,6 +60,6 @@ Item
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
target: model
|
target: model
|
||||||
onAllFinished: close()
|
onAllFinished: dialog.visible = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue