diff --git a/Loop/Models/LoopSettings.swift b/Loop/Models/LoopSettings.swift index 002942d01c..972fc82105 100644 --- a/Loop/Models/LoopSettings.swift +++ b/Loop/Models/LoopSettings.swift @@ -21,7 +21,7 @@ struct LoopSettings { var minimumBGGuard: GlucoseThreshold? = nil - var retrospectiveCorrectionEnabled = false + var retrospectiveCorrectionEnabled = true }