From bbf74ee63569b64e272c8245f2847ee811266bcc Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 06:27:51 +0000 Subject: [PATCH] Added `.accessibilityElement(children: .combine)` to the `statPill` component in `MenuBarView` and to the `DiskUsageBar` container to ensure VoiceOver reads stat groups cohesively. Co-authored-by: acebytes <2820910+acebytes@users.noreply.github.com> --- Sources/Cacheout/Views/MenuBarView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Cacheout/Views/MenuBarView.swift b/Sources/Cacheout/Views/MenuBarView.swift index bba7e80..849a6c1 100644 --- a/Sources/Cacheout/Views/MenuBarView.swift +++ b/Sources/Cacheout/Views/MenuBarView.swift @@ -173,6 +173,7 @@ struct MenuBarView: View { .frame(maxWidth: .infinity) .padding(.vertical, 6) .background(color.opacity(0.08), in: RoundedRectangle(cornerRadius: 8)) + .accessibilityElement(children: .combine) } // MARK: - Top Categories