overrode function syncAppearance in order to update the tab bar as well

This commit is contained in:
Sahil Mishra
2026-06-14 15:30:08 -04:00
parent 5659cef41f
commit 4668a371c1

View File

@@ -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()