Procházet zdrojové kódy

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 před 2 roky
rodič
revize
503ae96764

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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("Autosens/Dynamic Limit:"),
                  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
             default:
                 return .insulin