Merge pull request #1235 from Ultimaker/project_save_dialog

Project save dialog
This commit is contained in:
jack 2016-12-12 10:41:49 +01:00 committed by GitHub
commit 8fdc0a40ce
6 changed files with 277 additions and 9 deletions

View file

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