Apply suggestions from code review

Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
Joey de l'Arago 2022-12-05 14:42:35 +01:00 committed by GitHub
parent 741a112282
commit ce5691c12d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 28 additions and 15 deletions

View file

@ -20,7 +20,8 @@ RecommendedSettingSection
enableSectionSwitchEnabled: recommendedPrintSetup.settingsEnabled
tooltipText: catalog.i18nc("@label", "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.")
function onEnableSectionChanged(state) {
function onEnableSectionChanged(state)
{
supportEnabled.setPropertyValue("value", state)
}