macos: rename overlay config to indication

This commit is contained in:
Mitchell Hashimoto
2024-09-19 20:00:41 -07:00
parent 08a2a71ab8
commit df5cd719d6
3 changed files with 7 additions and 7 deletions

View File

@@ -205,7 +205,7 @@ extension Ghostty {
#if canImport(AppKit)
// If we have secure input enabled and we're the focused surface and window
// then we want to show the secure input overlay.
if (ghostty.config.secureInputOverlay &&
if (ghostty.config.secureInputIndication &&
secureInput.enabled &&
surfaceFocus &&
windowFocus) {