diff --git a/application/qml/pages/SettingsPage.qml b/application/qml/pages/SettingsPage.qml index a124399..c8d6065 100644 --- a/application/qml/pages/SettingsPage.qml +++ b/application/qml/pages/SettingsPage.qml @@ -36,6 +36,7 @@ Page { Component.onCompleted: { // These we can read only once + autoStopCharging.checked = settings.limitEnabled highLimitSlider.value = settings.highLimit lowLimitSlider.value = settings.lowLimit notificationsSwitch.checked = settings.notificationsEnabled