Merge pull request #18371 from Ultimaker/CURA-11403_save-PAP

Cura 11403 save pap
This commit is contained in:
Casper Lamboo 2024-02-23 15:49:00 +01:00 committed by GitHub
commit 58eb62d976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1161 additions and 163 deletions

View file

@ -785,6 +785,20 @@ UM.PreferencesPage
}
}
UM.TooltipArea
{
width: childrenRect.width
height: childrenRect.height
text: catalog.i18nc("@info:tooltip", "Should a summary be shown when saving a UCP project file?")
UM.CheckBox
{
text: catalog.i18nc("@option:check", "Show summary dialog when saving a UCP project")
checked: boolCheck(UM.Preferences.getValue("cura/dialog_on_ucp_project_save"))
onCheckedChanged: UM.Preferences.setValue("cura/dialog_on_ucp_project_save", checked)
}
}
UM.TooltipArea
{
width: childrenRect.width