1
0
Fork 0

Update app.js

master
sir-indy 2022-04-19 15:25:58 +01:00 committed by GitHub
parent f318fb005d
commit c74cd9bf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function menuSettings() {
onchange : v => { s.hrm=v;setSettings(s); }
},
"Daily Step Goal":{
value : 0|s.stepGoal,
value : 10000|s.stepGoal,
min : 0, max : 20000, step : 100,
onchange : v => { s.stepGoal=v;setSettings(s); }
}