فهرست منبع

direct user where to flip Upload Glucose toggle

Only display if the selected CGM disables the toggle in Nightscout > Upload.
Mike Plante 1 سال پیش
والد
کامیت
7cea3306f2
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      FreeAPS/Sources/Modules/NightscoutConfig/View/NightscoutUploadView.swift

+ 4 - 0
FreeAPS/Sources/Modules/NightscoutConfig/View/NightscoutUploadView.swift

@@ -13,6 +13,10 @@ struct NightscoutUploadView: View {
                         "The Upload Treatments toggle enables uploading of carbs, temp targets, device status, preferences and settings."
                     )
                     Text("\nThe Upload Glucose toggle enables uploading of CGM readings.")
+
+                    if !state.changeUploadGlucose {
+                        Text("\nTo flip the Upload Glucose toggle, go to ⚙️ > CGM > CGM Configuration")
+                    }
                 }
             )
                 {