macOS: move KeyStateIndicator on top of exit bar

This commit is contained in:
Lukas
2026-04-14 19:49:43 +02:00
parent 79a470d9a3
commit b7d0be8e74

View File

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