Browse Source

Remove enable:false assignment that was used for testing

CURA-8991
j.delarago 3 years ago
parent
commit
b86b1133df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Settings/SettingCheckBox.qml

+ 1 - 1
resources/qml/Settings/SettingCheckBox.qml

@@ -11,7 +11,7 @@ SettingItem
 {
     id: base
     property var focusItem: control
-    enabled: false
+
     contents: MouseArea
     {
         id: control