Skip to content

Commit

Permalink
Merge pull request #338 from MikePlante1/upload_glucose
Browse files Browse the repository at this point in the history
direct user where to flip Upload Glucose toggle
  • Loading branch information
Sjoerd-Bo3 authored Jul 2, 2024
2 parents 232ff0d + 7cea330 commit 674bacc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
)
{
Expand Down

0 comments on commit 674bacc

Please sign in to comment.