From 060ddffcf701cbfbed5f9df456bc2780eb4822ac Mon Sep 17 00:00:00 2001 From: Danfro Date: Mon, 14 Oct 2024 16:29:42 +0200 Subject: [PATCH] change default height to something more common than 200cm --- lib/src/amazfishconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/amazfishconfig.h b/lib/src/amazfishconfig.h index 93f17fa0..eb0eecca 100644 --- a/lib/src/amazfishconfig.h +++ b/lib/src/amazfishconfig.h @@ -161,7 +161,7 @@ class AmazfishConfig : public QObject ENUM_OPTION(QStringLiteral("profile/gender"), profileGender, setProfileGender, ProfileGender, ProfileGenderMale) ENUM_OPTION(QStringLiteral("profile/wearlocation"), profileWearLocation, setProfileWearLocation, WearLocation, WearLocationLeftWrist) - UINT_OPTION(QStringLiteral("profile/height"), profileHeight, setProfileHeight, 200) + UINT_OPTION(QStringLiteral("profile/height"), profileHeight, setProfileHeight, 170) UINT_OPTION(QStringLiteral("profile/weight"), profileWeight, setProfileWeight, 70) UINT_OPTION(QStringLiteral("profile/alldayhrm"), profileAllDayHRM, setProfileAllDayHRM, 0) UINT_OPTION(QStringLiteral("profile/fitnessgoal"), profileFitnessGoal, setProfileFitnessGoal, 10000)