From 451e224c64ddd0a9d9e9df045cdfb27c38fa8ff2 Mon Sep 17 00:00:00 2001 From: Lukas <134181853+bo2themax@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:18:44 +0200 Subject: [PATCH] macOS: clean up for #14106 --- macos/Sources/Features/Terminal/TerminalController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/macos/Sources/Features/Terminal/TerminalController.swift b/macos/Sources/Features/Terminal/TerminalController.swift index 919ebb4ff..c633354bc 100644 --- a/macos/Sources/Features/Terminal/TerminalController.swift +++ b/macos/Sources/Features/Terminal/TerminalController.swift @@ -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 {