mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-10 07:13:26 +00:00
macOS: fix initial surface color scheme in quickTerminal
This commit is contained in:
@@ -1298,7 +1298,7 @@ extension BaseTerminalController: NSMenuItemValidation {
|
||||
} else {
|
||||
scheme = GHOSTTY_COLOR_SCHEME_LIGHT
|
||||
}
|
||||
guard scheme != appliedColorScheme else {
|
||||
guard scheme != appliedColorScheme, !surfaceTree.isEmpty else {
|
||||
return
|
||||
}
|
||||
for surfaceView in surfaceTree {
|
||||
|
||||
Reference in New Issue
Block a user