소스 검색

Add explanation

polscm32 1 년 전
부모
커밋
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)