|
|
@@ -136,6 +136,15 @@ extension PreferencesEditor {
|
|
|
comment: "Weight of past 24 hours of TDD"
|
|
|
),
|
|
|
settable: self
|
|
|
+ ),
|
|
|
+ Field(
|
|
|
+ displayName: "Enable TDD-adjusted basal",
|
|
|
+ type: .boolean(keypath: \.tddAdjBasal),
|
|
|
+ infoText: NSLocalizedString(
|
|
|
+ "Enable adjustment of basal based on the ratio of 24 h : 7 day average TDD",
|
|
|
+ comment: "Enable adjustment of basal based on the ratio of 24 h : 7 day average TDD"
|
|
|
+ ),
|
|
|
+ settable: self
|
|
|
)
|
|
|
]
|
|
|
|