chore: make ci happy

This commit is contained in:
Lukas
2026-03-12 20:02:23 +01:00
parent 07bc888682
commit 5c51603b0b
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ final class GhosttyWindowPositionUITests: GhosttyCustomConfigCase {
let window = app.windows.firstMatch
XCTAssertTrue(window.waitForExistence(timeout: 5), "New window should appear")
// remove fixe size
// remove fixed size
try updateConfig(
"""
title = "GhosttyWindowPositionUITests"

View File

@@ -318,7 +318,7 @@ class TerminalController: BaseTerminalController, TabGroupCloseCoordinator.Contr
// Calculate the target frame based on the tree's view bounds
let treeSize: CGSize? = tree.root?.viewBounds()
DispatchQueue.main.async {
c.showWindow(self)
if let window = c.window {