소스 검색

Fix scroll target mappings for Bolus Calculator conditional settings

Reduced Bolus Percentage and Super Bolus Percentage are displayed
inside SettingInputSection as conditionalLabel, but the scroll anchor
is registered under the parent label. Map all related search terms
to the actual anchor IDs.
Gordon Child 1 개월 전
부모
커밋
350680c3cf
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      Trio/Sources/Modules/Settings/SettingItems.swift

+ 4 - 2
Trio/Sources/Modules/Settings/SettingItems.swift

@@ -221,10 +221,12 @@ enum SettingItems {
                 "Very Low Glucose Warning"
             ],
             scrollTargetLabels: [
+                "Reduced Bolus Percentage": "Enable Reduced Bolus Option",
                 "Enable Reduced Bolus Factor": "Enable Reduced Bolus Option",
-                "Reduced Bolus Factor": "Reduced Bolus Percentage",
+                "Reduced Bolus Factor": "Enable Reduced Bolus Option",
+                "Super Bolus Percentage": "Enable Super Bolus Option",
                 "Enable Super Bolus": "Enable Super Bolus Option",
-                "Super Bolus Factor": "Super Bolus Percentage"
+                "Super Bolus Factor": "Enable Super Bolus Option"
             ],
             path: ["Features", "Bolus Calculator"]
         ),