mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
macos: AX for debug warning
This commit is contained in:
@@ -139,6 +139,10 @@ struct DebugBuildWarningView: View {
|
||||
}
|
||||
.background(Color(.windowBackgroundColor))
|
||||
.frame(maxWidth: .infinity)
|
||||
.accessibilityElement(children: .combine)
|
||||
.accessibilityLabel("Debug build warning")
|
||||
.accessibilityValue("Debug builds of Ghostty are very slow and you may experience performance problems. Debug builds are only recommended during development.")
|
||||
.accessibilityAddTraits(.isStaticText)
|
||||
.onTapGesture {
|
||||
isPopover = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user