|
@@ -36,8 +36,9 @@ extension SMBSettings {
|
|
|
verboseHint: VStack(alignment: .leading, spacing: 10) {
|
|
verboseHint: VStack(alignment: .leading, spacing: 10) {
|
|
|
Text("Default: OFF").bold()
|
|
Text("Default: OFF").bold()
|
|
|
Text(
|
|
Text(
|
|
|
- "When enabled, Super Micro Boluses (SMBs) will always be allowed if dosing calculations determine insulin is needed via the SMB delivery method, except in instances where a high Temp Target is set."
|
|
|
|
|
|
|
+ "When enabled, Super Micro Boluses (SMBs) will always be allowed if dosing calculations determine insulin is needed via the SMB delivery method, except when a high Temp Target is set. Enabling SMB Always will remove redundant \"Enable SMB\" options when this setting is enacted."
|
|
|
)
|
|
)
|
|
|
|
|
+ Text("Note: If you would like to allow SMBs when a high Temp Target is set, enable the \"Allow SMBs with High Temptarget\" setting.)
|
|
|
},
|
|
},
|
|
|
headerText: "Super-Micro-Bolus"
|
|
headerText: "Super-Micro-Bolus"
|
|
|
)
|
|
)
|