Added preference to show UFP saving dialog

Changes saving to .ucp to .3mf
This commit is contained in:
saumya.jain 2024-02-16 14:11:07 +01:00
parent 80d7536763
commit b641741e49
8 changed files with 48 additions and 9 deletions

View file

@ -735,6 +735,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