macOS: move KeyStateIndicator on top of exit bar (#12282)

pull/12317/head
Mitchell Hashimoto 2026-04-16 20:33:48 -07:00 committed by GitHub
commit ca7516bea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ extension Ghostty {
keyTables: surfaceView.keyTables,
keySequence: surfaceView.keySequence
)
.zIndex(1)
#endif
VStack(spacing: 0) {