We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b203de + e434474 commit a7cb6c4Copy full SHA for a7cb6c4
Loop/Views/SettingsView.swift
@@ -30,7 +30,6 @@ public struct SettingsView: View {
30
@State private var therapySettingsIsPresented: Bool = false
31
@State private var deletePumpDataAlertIsPresented = false
32
@State private var deleteCGMDataAlertIsPresented = false
33
- @State internal var enhancedAutoBolusIsPresented: Bool = false
34
@State internal var isGlucoseBasedApplicationFactorEnabled = UserDefaults.standard.bool(forKey: "applyExperimentalGlucoseBasedApplicationFactor")
35
36
var localizedAppNameAndVersion: String
0 commit comments