summaryrefslogtreecommitdiff
path: root/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-08 13:54:58 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-08 15:39:56 -0700
commitf975ac8019c2e5854dbc4b8f6fe1f1913b319a72 (patch)
tree33f32822332095477d8ca60e5790c054dc7bb841 /macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
parent81e3ff90a35ed75839cea83d909790bf7d807c63 (diff)
macOS: only show the update overlay if window doesn't support it
Diffstat (limited to 'macos/Sources/Features/QuickTerminal/QuickTerminalController.swift')
-rw-r--r--macos/Sources/Features/QuickTerminal/QuickTerminalController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift b/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
index fcc8c6505..37c9985c9 100644
--- a/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
+++ b/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
@@ -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,