mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
chore: make ci happy
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user