Merge branch 'main' into CURA-10475_engineplugin

This commit is contained in:
Jelle Spijker 2023-08-07 09:05:15 +02:00
commit c6fb3fe59c
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
3 changed files with 9 additions and 9 deletions

View file

@ -280,7 +280,7 @@ Window
onClicked:
{
marketplaceDialog.hide();
CuraApplication.closeApplication();
CuraApplication.checkAndExitApplication();
}
}
}