From 686f2a52780c4ddaf8e8d123d0c7af4c4e4a2920 Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Tue, 21 May 2024 16:03:05 +0000 Subject: [PATCH] fix(lily) Locking fitKnee as intended --- designs/lily/i18n/en.json | 4 ---- designs/lily/src/back.mjs | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/designs/lily/i18n/en.json b/designs/lily/i18n/en.json index eedb9d74169..d36fc31faba 100644 --- a/designs/lily/i18n/en.json +++ b/designs/lily/i18n/en.json @@ -44,10 +44,6 @@ "t": "Crotch drop", "d": "Lowers the crotch for a more relaxed fit" }, - "fitKnee": { - "t": "Fit the knee", - "d": "Fits the legs from based on the knee circumference, rather than seat circumference" - }, "crossSeamCurveStart": { "t": "Start of the cross seam curve", "d": "Controls how far into the cross seam we start to curve" diff --git a/designs/lily/src/back.mjs b/designs/lily/src/back.mjs index a50bd781ee1..b2d6b3da467 100644 --- a/designs/lily/src/back.mjs +++ b/designs/lily/src/back.mjs @@ -563,7 +563,7 @@ export const back = { ], options: { fitGuides: { bool: false, menu: 'advanced' }, - fitKnee: { bool: true, hide: true }, + fitKnee: true, legBalance: 0.5, // between back and front parts waistBalance: 0.5, crotchDrop: { pct: 0, min: 0, max: 15, menu: 'advanced' }, // 'downgrade' to advanced menu