فهرست منبع

Don't show fat-protein-switched banner warning if fat-protein is not enabled

Mike Plante 5 ماه پیش
والد
کامیت
9fa0c0a410
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      LoopFollow/Remote/TRC/MealView.swift

+ 1 - 1
LoopFollow/Remote/TRC/MealView.swift

@@ -173,7 +173,7 @@ struct MealView: View {
                 selectedTime = nil
                 isScheduling = false
 
-                if !Storage.shared.hasSeenFatProteinOrderChange.value {
+                if !Storage.shared.hasSeenFatProteinOrderChange.value && Storage.shared.mealWithFatProtein.value {
                     showFatProteinOrderBanner = true
                 }
             }