Don't use fixed step goal

pull/2442/head
Marco H 2023-01-06 15:35:58 +01:00
parent 6580c86576
commit 73f63839a8
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ function handleStepGoalNotification() {
if (!settings.stepGoalNotificationDate || settings.stepGoalNotificationDate < now) { // notification not yet shown today?
Bangle.buzz(200, 0.5);
require("notify").show({
title : /*LANG*/"8000 steps",
title : /*LANG*/ settings.stepGoal + " steps",
body : /*LANG*/ "You reached your step goal!",
icon : atob("DAyBABmD6BaBMAsA8BCBCBCBCA8AAA==")
});