macOS: clean up for #14106

This commit is contained in:
Lukas
2026-09-01 19:18:44 +02:00
parent b7a680bc40
commit 451e224c64

View File

@@ -357,7 +357,6 @@ class TerminalController: BaseTerminalController, TabGroupCloseCoordinator.Contr
c.showWindowSafely(self)
c.scheduleInitialPresentation {
c.showWindow(self)
if let window = c.window {
// If we have a tree size, resize the window's content to match
if let treeSize, treeSize.width > 0, treeSize.height > 0 {