X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2FHVAC.qml;h=0d60cbdc3cee6e3068efaa9ca58aa84bd7222964;hb=97a6c028a016aa8c345cbd5c6b15a90fcf6b7b5b;hp=41cf7fa3a98f379928140cb3bfa3aaea355de7e8;hpb=2554564b73a70cb34a1323430dffec17c0b9ee9f;p=apps%2Fhvac.git diff --git a/app/HVAC.qml b/app/HVAC.qml index 41cf7fa..0d60cbd 100644 --- a/app/HVAC.qml +++ b/app/HVAC.qml @@ -74,7 +74,6 @@ ApplicationWindow { side: 'Left' } HeatDegree { - enabled: leftSeat.headLevel > 0 onCurrentItemChanged: { console.log("Left Temp changed",degree) binding.leftTemperature = degree @@ -127,7 +126,6 @@ ApplicationWindow { side: 'Right' } HeatDegree { - enabled: rightSeat.headLevel > 0 onCurrentItemChanged: { console.log("Right Temp changed",degree) binding.rightTemperature = degree