Properly read autoStopCharging value
This commit is contained in:
parent
6191766aa2
commit
663c94c1ce
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ Page {
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// These we can read only once
|
// These we can read only once
|
||||||
|
autoStopCharging.checked = settings.limitEnabled
|
||||||
highLimitSlider.value = settings.highLimit
|
highLimitSlider.value = settings.highLimit
|
||||||
lowLimitSlider.value = settings.lowLimit
|
lowLimitSlider.value = settings.lowLimit
|
||||||
notificationsSwitch.checked = settings.notificationsEnabled
|
notificationsSwitch.checked = settings.notificationsEnabled
|
||||||
|
|
Loading…
Reference in a new issue