Skip to content

Commit

Permalink
Merge pull request #383 from MikePlante1/save_at_to_pump
Browse files Browse the repository at this point in the history
Disable saving autotune to pump
  • Loading branch information
Sjoerd-Bo3 authored Aug 17, 2024
2 parents ddb9330 + e0d4236 commit 7b34986
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ extension AutotuneConfig {
.foregroundColor(.red)
}

Section {
Button {
replaceAlert = true
}
label: { Text("Save as your Normal Basal Rates") }
} header: {
Text("Replace Normal Basal")
}
/* Section {
Button {
replaceAlert = true
}
label: { Text("Save as your Normal Basal Rates") }
} header: {
Text("Replace Normal Basal")
} */
}
}
.onAppear(perform: configureView)
Expand Down

0 comments on commit 7b34986

Please sign in to comment.