mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-18 01:08:22 +00:00
macos: rename overlay config to indication
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user