macos: copy

This commit is contained in:
Mitchell Hashimoto
2024-09-19 19:57:01 -07:00
parent fa9df4f6f0
commit 08a2a71ab8

View File

@ -44,9 +44,9 @@ struct SecureInputOverlay: View {
.popover(isPresented: $isPopover, arrowEdge: .bottom) { .popover(isPresented: $isPopover, arrowEdge: .bottom) {
Text(""" Text("""
Secure Input is active. Secure Input is a macOS security feature that Secure Input is active. Secure Input is a macOS security feature that
prevents applications from reading keyboard events. This is enabled prevents applications from reading keyboard events. This is enabled
when `Ghostty > Secure Keyboard Entry` is active, as well as automatically whenever Ghostty detects a password prompt in the terminal,
automatically when at a password prompt. or at all times if `Ghostty > Secure Keyboard Entry` is active.
""") """)
.padding(.all) .padding(.all)
} }