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