فهرست منبع

Fix minimum safety threshold not saving #243

Deniz Cengiz 1 سال پیش
والد
کامیت
5a79204581
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      FreeAPS/Sources/Modules/DynamicSettings/DynamicSettingsStateModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/DynamicSettings/DynamicSettingsStateModel.swift

@@ -27,7 +27,7 @@ extension DynamicSettings {
             subscribePreferencesSetting(\.adjustmentFactorSigmoid, on: $adjustmentFactorSigmoid) { adjustmentFactorSigmoid = $0 }
             subscribePreferencesSetting(\.weightPercentage, on: $weightPercentage) { weightPercentage = $0 }
             subscribePreferencesSetting(\.tddAdjBasal, on: $tddAdjBasal) { tddAdjBasal = $0 }
-            subscribePreferencesSetting(\.tddAdjBasal, on: $tddAdjBasal) { tddAdjBasal = $0 }
+            subscribePreferencesSetting(\.threshold_setting, on: $threshold_setting) { threshold_setting = $0 }
         }
     }
 }