|
|
@@ -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)
|