Просмотр исходного кода

Add weighted and total data in the .zt color

Jon Mårtensson 3 лет назад
Родитель
Сommit
60a72d4d43
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      FreeAPS/Sources/Views/TagCloudView.swift

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

@@ -66,6 +66,8 @@ struct TagCloudView: View {
             case textTag where textTag.contains("Parabolic Fit"):
             case textTag where textTag.contains("Parabolic Fit"):
                 return .loopRed
                 return .loopRed
             case textTag where textTag.contains("TDD:"),
             case textTag where textTag.contains("TDD:"),
+                 textTag where textTag.contains("Weighted avg:"),
+                 textTag where textTag.contains("Total data avg:"),
                  textTag where textTag.contains("Original formula"),
                  textTag where textTag.contains("Original formula"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),