|
|
@@ -223,7 +223,13 @@ enum SettingItems {
|
|
|
"Enable Super Bolus": "Enable Super Bolus Option",
|
|
|
"Super Bolus Factor": "Enable Super Bolus Option"
|
|
|
],
|
|
|
- path: ["Features", "Bolus Calculator"]
|
|
|
+ path: ["Features", "Treatments", "Bolus Calculator"]
|
|
|
+ ),
|
|
|
+ SettingItem(
|
|
|
+ title: "Quick Bolus",
|
|
|
+ view: .quickBolusConfig,
|
|
|
+ searchContents: ["Enable Quick Bolus"],
|
|
|
+ path: ["Features", "Treatments", "Quick Bolus"]
|
|
|
),
|
|
|
SettingItem(
|
|
|
title: "Meal Settings",
|
|
|
@@ -247,7 +253,7 @@ enum SettingItems {
|
|
|
"Fat and Protein Percentage": "Enable Fat and Protein Entries",
|
|
|
"FPU": "Enable Fat and Protein Entries"
|
|
|
],
|
|
|
- path: ["Features", "Meal Settings"]
|
|
|
+ path: ["Features", "Treatments", "Meal Settings"]
|
|
|
),
|
|
|
SettingItem(
|
|
|
title: "Shortcuts",
|