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
|
|
@ -14,9 +14,9 @@ RecommendedSettingSection
|
|||
|
||||
title: catalog.i18nc("@label", "Adhesion")
|
||||
icon: UM.Theme.getIcon("Adhesion")
|
||||
enableSectionVisible: platformAdhesionType.properties.enabled == "True"
|
||||
enableSectionChecked: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none"
|
||||
enableSectionEnabled: recommendedPrintSetup.settingsEnabled
|
||||
enableSectionSwitchVisible: platformAdhesionType.properties.enabled == "True"
|
||||
enableSectionSwitchChecked: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none"
|
||||
enableSectionSwitchEnabled: recommendedPrintSetup.settingsEnabled
|
||||
|
||||
property var curaRecommendedMode: Cura.RecommendedMode {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue