瀏覽代碼

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)
                     .font(.caption)
                     .foregroundColor(.secondary)
                     .foregroundColor(.secondary)
                     .padding(.top, 4)
                     .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.")
                 Text("The simulator creates a wave-like pattern that mimics natural glucose fluctuations throughout the day.")
                     .font(.caption)
                     .font(.caption)