2
0
Эх сурвалжийг харах

Small fix for Connection in minStartSpinBox

Malte Veerman 7 жил өмнө
parent
commit
06e4467814

+ 1 - 1
import/qml/FanItem.qml

@@ -461,7 +461,7 @@ Rectangle {
                 }
                 Connections {
                     target: fan
-                    onMinPwmChanged: minStartInput.value = Math.round(fan.minStart / 2.55)
+                    onMinStartChanged: minStartInput.value = Math.round(fan.minStart / 2.55)
                 }
             }
         }