Skip to content

Commit

Permalink
Merge pull request #370 from MikePlante1/ah_warning
Browse files Browse the repository at this point in the history
Add AH warning
  • Loading branch information
t1dude authored Aug 4, 2024
2 parents 0efde61 + 49a6d12 commit 4f080cf
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ extension AppleHealthKit {
var body: some View {
Form {
Section {
HStack {
Image(systemName: "exclamationmark.triangle")
Text(
"Connecting to Apple Health will use an excessive amount of storage and may cause Apple Health to lag. This will be improved in a future release."
)
.font(.caption)
}
.foregroundColor(Color.secondary)
Toggle("Connect to Apple Health", isOn: $state.useAppleHealth)
HStack {
Image(systemName: "pencil.circle.fill")
Expand Down

0 comments on commit 4f080cf

Please sign in to comment.