Quellcode durchsuchen

If SMB Ratio is changed (from default) -> display in enacted pop-up

(cherry picked from commit 85cfe64fe93f7735e4960e0b1f6d82261a618451)
(cherry picked from commit 9c63d7722ae5c6f775012f98c87e2617081de00b)
Jon Mårtensson vor 2 Jahren
Ursprung
Commit
503ae96764

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
FreeAPS/Resources/javascript/bundle/determine-basal.js


+ 2 - 1
FreeAPS/Sources/Views/TagCloudView.swift

@@ -66,7 +66,8 @@ struct TagCloudView: View {
                  textTag where textTag.contains("AF:"),
                  textTag where textTag.contains("AF:"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),
                  textTag where textTag.contains("Dynamic ISF/CR"),
                  textTag where textTag.contains("Dynamic ISF/CR"),
-                 textTag where textTag.contains("Basal ratio"):
+                 textTag where textTag.contains("Basal ratio"),
+                 textTag where textTag.contains("SMB Ratio"):
                 return .zt
                 return .zt
             default:
             default:
                 return .insulin
                 return .insulin