소스 검색

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"]
         ),
         ),