macos: sync appearance when new windows are created (#13324)

call `syncAppearance` after `super.showWindow` has been called to
ensure that the window is visible.
This commit is contained in:
Christoffer Winterkvist
2026-08-06 19:53:48 +02:00
parent 22d13172cd
commit e11bfb5139

View File

@@ -1159,6 +1159,8 @@ class TerminalController: BaseTerminalController, TabGroupCloseCoordinator.Contr
}
super.showWindow(sender)
syncAppearance()
}
// Shows the "+" button in the tab bar, responds to that click.