diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-08 13:54:58 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-08 15:39:56 -0700 |
| commit | f975ac8019c2e5854dbc4b8f6fe1f1913b319a72 (patch) | |
| tree | 33f32822332095477d8ca60e5790c054dc7bb841 /macos/Sources/Features/QuickTerminal/QuickTerminalController.swift | |
| parent | 81e3ff90a35ed75839cea83d909790bf7d807c63 (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.swift | 2 |
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, |
