Fix init setting

pull/2033/head
Hank 2022-07-09 20:10:27 +02:00
parent 17e3cc71cc
commit f4fb4cd12f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"Sex": stringInSettings("sex", ["male", "female"]),
'Weight': {
value: 0|settings.weight,
value: 80|settings.weight,
min: 40, max: 500,
onchange: v => {
settings.weight = v;