فهرست منبع

Remove Insulin Fraction Warning from Dynamic CR Verbose Hint

Removes "It is not recommended to use this feature with an insulin fraction >2" Warning.

There is no setting labeled "Insulin Fraction" and no use of "Insulin Fraction" in Trio 1.0 dosing calculations. After reviewing all possibilities of what this could reference and determining that all possible settings are limited to a maximum of 2 or less, this commit serves to remove this warning to avoid unnecessary user confusion.
tmhastings 1 سال پیش
والد
کامیت
3920475a50
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      FreeAPS/Sources/Modules/DynamicSettings/View/DynamicSettingsRootView.swift

+ 0 - 3
FreeAPS/Sources/Modules/DynamicSettings/View/DynamicSettingsRootView.swift

@@ -105,9 +105,6 @@ extension DynamicSettings {
                             Text(
                                 "When Dynamic Ratio decreases, indicating you need less insulin, the carb ratio value is increased to avoid over-delivery."
                             )
-                            Text(
-                                "Note: It's recommended not to use this feature with a high Insulin Fraction (>2), as it can cause insulin dosing to become too aggressive."
-                            )
                         }
                     )