Parcourir la source

add search terms for settings

Mike Plante il y a 1 an
Parent
commit
116886af07
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      FreeAPS/Sources/Modules/Settings/SettingItems.swift

+ 5 - 3
FreeAPS/Sources/Modules/Settings/SettingItems.swift

@@ -185,19 +185,21 @@ enum SettingItems {
             view: .userInterfaceSettings,
             searchContents: [
                 "Show X-Axis Grid Lines",
-                "Show Y-Axis Grid Line",
+                "Show Y-Axis Grid Lines",
                 "Show Low and High Thresholds",
                 "Low Threshold",
                 "High Threshold",
                 "X-Axis Interval Step",
                 "Total Insulin Display Type",
-                "Total Daily Dose",
-                "Total Insulin in Scope",
+                "Total Daily Dose (TDD)",
+                "Total Insulin in Scope (TINS)",
                 "Override HbA1c Unit",
                 "Standing / Laying TIR Chart",
                 "Show Carbs Required Badge",
                 "Carbs Required Threshold",
                 "Forecast Display Type",
+                "Cone",
+                "Lines",
                 "Trio Color Scheme",
                 "Glucose Color Scheme"
             ],