diff --git a/FreeAPS/Sources/Modules/AutotuneConfig/View/AutotuneConfigRootView.swift b/FreeAPS/Sources/Modules/AutotuneConfig/View/AutotuneConfigRootView.swift index 9859a588ce..0690894994 100644 --- a/FreeAPS/Sources/Modules/AutotuneConfig/View/AutotuneConfigRootView.swift +++ b/FreeAPS/Sources/Modules/AutotuneConfig/View/AutotuneConfigRootView.swift @@ -96,14 +96,15 @@ extension AutotuneConfig { .foregroundColor(.red) } - Section { - Button { - replaceAlert = true - } - label: { Text("Save as your Normal Basal Rates") } - } header: { - Text("Save on Pump") - } + /* + Section { + Button { + replaceAlert = true + } + label: { Text("Save as your Normal Basal Rates") } + } header: { + Text("Save on Pump") + }*/ } } .dynamicTypeSize(...DynamicTypeSize.xxLarge)