polscm32 1 год назад
Родитель
Сommit
be0cfdab68
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      Trio/Sources/Modules/CGMSettings/View/CustomCGMOptionsView.swift

+ 5 - 0
Trio/Sources/Modules/CGMSettings/View/CustomCGMOptionsView.swift

@@ -298,6 +298,11 @@ extension CGMSettings {
                     .font(.caption)
                     .foregroundColor(.secondary)
                     .padding(.top, 4)
+                
+                Text("Glucose trace WILL NOT be affected by any insulin or carb entries.")
+                    .font(.caption)
+                    .foregroundColor(.secondary)
+                    .padding(.top, 4)
 
                 Text("The simulator creates a wave-like pattern that mimics natural glucose fluctuations throughout the day.")
                     .font(.caption)