summaryrefslogtreecommitdiff
path: root/src/SettingsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/SettingsPage.qml')
-rw-r--r--src/SettingsPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml
index c2f6d2e..8dc14a1 100644
--- a/src/SettingsPage.qml
+++ b/src/SettingsPage.qml
@@ -57,7 +57,7 @@ Item {
width: parent.width
height: width*0.25
text: "Enable steps goal"
- Component.onCompleted: checked = loggerSettings.heartrateSensorEnabled
+ Component.onCompleted: checked = loggerSettings.stepGoalEnabled
}
IntSelector {
id: stepsGoalSelector