From 663c94c1ced7847d2ebd8a9482c9827194762dae Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 26 Apr 2020 11:39:20 +0300 Subject: [PATCH] Properly read autoStopCharging value --- application/qml/pages/SettingsPage.qml | 1 + 1 file changed, 1 insertion(+) 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