macOS: only show the update overlay if window doesn't support it

This commit is contained in:
Mitchell Hashimoto
2025-10-08 13:54:58 -07:00
parent 81e3ff90a3
commit f975ac8019
7 changed files with 73 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ class QuickTerminalController: BaseTerminalController {
/// Tracks if we're currently handling a manual resize to prevent recursion
private var isHandlingResize: Bool = false
init(_ ghostty: Ghostty.App,
position: QuickTerminalPosition = .top,
baseConfig base: Ghostty.SurfaceConfiguration? = nil,