Browse Source

Add missing search terms

Deniz Cengiz 1 năm trước cách đây
mục cha
commit
fce6235051
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      FreeAPS/Sources/Modules/Settings/SettingItems.swift

+ 10 - 1
FreeAPS/Sources/Modules/Settings/SettingItems.swift

@@ -88,6 +88,13 @@ enum SettingItems {
             view: .smbSettings,
             searchContents: [
                 "Enable SMB Always",
+                "Enable SMB With COB",
+                "Enable SMB With Temporary Target",
+                "Enable SMB After Carbs",
+                "Enable SMB With High BG",
+                "High BG Target",
+                "Allow SMB With High Temporary Target",
+                "Enable UAM",
                 "Max SMB Basal Minutes",
                 "Max UAM SMB Basal Minutes",
                 "Max Delta-BG Threshold SMB",
@@ -104,6 +111,7 @@ enum SettingItems {
                 "Activate Dynamic Carb Ratio (CR)",
                 "Use Sigmoid Formula",
                 "Adjustment Factor",
+                "AF",
                 "Sigmoid Adjustment Factor",
                 "Weighted Average of TDD",
                 "Adjust Basal",
@@ -169,7 +177,8 @@ enum SettingItems {
                 "Fat and Protein Delay",
                 "Maximum Duration (hours)",
                 "Spread Interval (minutes)",
-                "Fat and Protein Factor"
+                "Fat and Protein Factor",
+                "FPU"
             ],
             path: ["Features", "Meal Settings"]
         ),