macos: copy changes

This commit is contained in:
Mitchell Hashimoto
2024-09-19 17:06:43 -07:00
parent 9f03aae764
commit ced8395c77

View File

@ -44,8 +44,8 @@ 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. Ghostty turns prevents applications from reading keyboard events. This is enabled
this on manually if `Ghostty > Secure Keyboard Entry` is enabled or when `Ghostty > Secure Keyboard Entry` is active, as well as
automatically when at a password prompt. automatically when at a password prompt.
""") """)
.padding(.all) .padding(.all)