commit e0ec09547fa99c7e0275343a2169990674f4adc4 parent c0a147fc5b2f9d2d0b0624ed47b6b53ae33127e8 Author: Marc Stibane <marc@taler.net> Date: Thu, 2 Apr 2026 00:43:46 +0200 A11y Diffstat:
| M | TalerWallet1/Views/Sheets/QRSheet.swift | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Sheets/QRSheet.swift b/TalerWallet1/Views/Sheets/QRSheet.swift @@ -104,7 +104,8 @@ struct QRSheet: View { } label: { Image(systemName: XMARK) } - .accessibilityHidden(true) // VoiceOver has its own "Dismiss Popup" button + .accessibilityLabel(Text("Dismiss QR scanner", comment: "a11y")) +// .accessibilityHidden(true) // VoiceOver has its own "Dismiss Popup" button } ToolbarItem(placement: .topBarTrailing) { let a11yValue = isTorchOn ? String(localized: "on", comment: "a11y")