소스 검색

Clarification about scheduled meal and bolus

Jonas Björkert 1 년 전
부모
커밋
82ea2a577b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      LoopFollow/Remote/TRC/MealView.swift

+ 4 - 0
LoopFollow/Remote/TRC/MealView.swift

@@ -119,6 +119,10 @@ struct MealView: View {
                                 displayedComponents: .hourAndMinute
                             )
                             .datePickerStyle(CompactDatePickerStyle())
+
+                            if bolusAmount.doubleValue(for: .internationalUnit()) > 0 {
+                                Text("Note: The meal will be scheduled, but the bolus is enacted immediately.")
+                            }
                         }
                     }