From 4668a371c1b8e70dd70f3ea7b05995db56a0f341 Mon Sep 17 00:00:00 2001 From: Sahil Mishra Date: Sun, 14 Jun 2026 15:30:08 -0400 Subject: [PATCH] overrode function syncAppearance in order to update the tab bar as well --- .../Window Styles/TitlebarTabsTahoeTerminalWindow.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macos/Sources/Features/Terminal/Window Styles/TitlebarTabsTahoeTerminalWindow.swift b/macos/Sources/Features/Terminal/Window Styles/TitlebarTabsTahoeTerminalWindow.swift index 6cbd891bf..3f6f0d600 100644 --- a/macos/Sources/Features/Terminal/Window Styles/TitlebarTabsTahoeTerminalWindow.swift +++ b/macos/Sources/Features/Terminal/Window Styles/TitlebarTabsTahoeTerminalWindow.swift @@ -51,6 +51,11 @@ class TitlebarTabsTahoeTerminalWindow: TransparentTitlebarTerminalWindow, NSTool self.toolbar = toolbar toolbarStyle = .unifiedCompact } + override func syncAppearance(_ surfaceConfig: Ghostty.SurfaceView.DerivedConfig) { + super.syncAppearance(surfaceConfig) + setupTabBar() + } + override func becomeMain() { super.becomeMain()