Make quit button quit Cura

Contributes to issue CURA-8587.
This commit is contained in:
Ghostkeeper 2021-12-06 16:05:38 +01:00
parent 3c54964417
commit e646d53b53
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -271,6 +271,11 @@ Window
{
id: quitButton
text: catalog.i18nc("@info:button, %1 is the application name", "Quit %1").arg(CuraApplication.applicationDisplayName)
onClicked:
{
marketplaceDialog.hide();
CuraApplication.closeApplication();
}
}
}
}