diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 61cc23d403..424c1239af 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -398,7 +398,7 @@ Item style: UM.Theme.styles.checkbox; enabled: base.settingsEnabled - checked: platformAdhesionType.properties.value != "skirt" + checked: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none" MouseArea {