ソースを参照

search string

Robert 1 年間 前
コミット
143ee9a275
1 ファイル変更4 行追加2 行削除
  1. 4 2
      FreeAPS/Sources/Modules/Settings/SettingItems.swift

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

@@ -24,7 +24,7 @@ struct SettingItem: Identifiable {
 
 
 struct FilteredSettingItem: Identifiable {
 struct FilteredSettingItem: Identifiable {
     let id = UUID()
     let id = UUID()
-    let settingItem: SettingItem
+    let settingItem: SettingItemx
     let matchedContent: LocalizedStringKey
     let matchedContent: LocalizedStringKey
 }
 }
 
 
@@ -163,13 +163,15 @@ enum SettingItems {
             view: .mealSettings,
             view: .mealSettings,
             searchContents: [
             searchContents: [
                 "Max Carbs",
                 "Max Carbs",
+                "Max Meal Absorption Time",
                 "Max Fat",
                 "Max Fat",
                 "Max Protein",
                 "Max Protein",
                 "Display and Allow Fat and Protein Entries",
                 "Display and Allow Fat and Protein Entries",
                 "Fat and Protein Delay",
                 "Fat and Protein Delay",
                 "Maximum Duration (hours)",
                 "Maximum Duration (hours)",
                 "Spread Interval (minutes)",
                 "Spread Interval (minutes)",
-                "Fat and Protein Factor"
+                "Fat and Protein Factor",
+                "FPU"
             ],
             ],
             path: ["Features", "Meal Settings"]
             path: ["Features", "Meal Settings"]
         ),
         ),