mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change confusing naming of section enable switch.
CURA-9793
This commit is contained in:
parent
4f8943412f
commit
dbf27a432f
4 changed files with 11 additions and 11 deletions
|
|
@ -15,9 +15,9 @@ RecommendedSettingSection
|
|||
|
||||
title: catalog.i18nc("@label", "Support")
|
||||
icon: UM.Theme.getIcon("Support")
|
||||
enableSectionVisible: supportEnabled.properties.enabled == "True"
|
||||
enableSectionChecked: supportEnabled.properties.value == "True"
|
||||
enableSectionEnabled: recommendedPrintSetup.settingsEnabled
|
||||
enableSectionSwitchVisible: supportEnabled.properties.enabled == "True"
|
||||
enableSectionSwitchChecked: supportEnabled.properties.value == "True"
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue