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

This commit is contained in:
Mitchell Hashimoto
2026-04-16 20:33:48 -07:00
committed by GitHub

View File

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