macos: fix quick terminal glassy background

This commit is contained in:
Lukas
2026-03-08 15:22:37 +01:00
parent eaef1094d9
commit df4d9bc0d0
2 changed files with 2 additions and 7 deletions

View File

@@ -625,6 +625,8 @@ class QuickTerminalController: BaseTerminalController {
window.isOpaque = true
window.backgroundColor = .windowBackgroundColor
}
terminalViewContainer?.ghosttyConfigDidChange(ghostty.config, preferredBackgroundColor: nil)
}
private func showNoNewTabAlert() {