mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-24 16:11:43 +00:00
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:
@@ -1159,6 +1159,8 @@ class TerminalController: BaseTerminalController, TabGroupCloseCoordinator.Contr
|
||||
}
|
||||
|
||||
super.showWindow(sender)
|
||||
|
||||
syncAppearance()
|
||||
}
|
||||
|
||||
// Shows the "+" button in the tab bar, responds to that click.
|
||||
|
||||
Reference in New Issue
Block a user