Skip to content

Commit

Permalink
Bolus calculator config. Missing toggle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed May 8, 2024
1 parent 398ed72 commit 11e5691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_DISPLAY_NAME = iAPS
APP_VERSION = 4.0.0
APP_VERSION = 4.0.1
APP_BUILD_NUMBER = 1
COPYRIGHT_NOTICE =
DEVELOPER_TEAM = ##TEAM_ID##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ extension BolusCalculatorConfig {
if state.useCalc {
Section {
HStack {
Toggle("Use alternate Bolus Calculator", isOn: $state.useCalc)
Text("Override With A Factor Of ")
Spacer()
DecimalTextField("0.8", value: $state.overrideFactor, formatter: conversionFormatter)
}
} header: { Text("Adjustment") }
}
Expand Down

0 comments on commit 11e5691

Please sign in to comment.