Просмотр исходного кода

Merge pull request #338 from MikePlante1/upload_glucose

direct user where to flip Upload Glucose toggle
Sjoerd Bozon 1 год назад
Родитель
Сommit
674baccee6
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."
                         "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.")
                     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")
+                    }
                 }
                 }
             )
             )
                 {
                 {