Skip to content

Commit

Permalink
Fix 'enabled' expression for EVCS charge current ListSpinBox
Browse files Browse the repository at this point in the history
Fixes #1647
  • Loading branch information
DanielMcInnes committed Oct 29, 2024
1 parent 7abab67 commit e1f51a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/evcs/EvChargerPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Page {
to: root.evCharger.maxCurrent
dataItem.uid: root.evCharger.serviceUid + "/SetCurrent"
allowed: defaultAllowed && dataItem.isValid
enabled: chargeMode.value === VenusOS.Evcs_Mode_Manual
enabled: chargeMode.dataItem.value === VenusOS.Evcs_Mode_Manual
}

ListSwitch {
Expand Down

0 comments on commit e1f51a0

Please sign in to comment.