macOS: fix initial surface color scheme in quickTerminal

pull/10046/head
Lukas 2025-12-24 19:41:05 +01:00
parent 141e64cede
commit 7ce88b6811
No known key found for this signature in database
GPG Key ID: 845CB61BD38F4E49
1 changed files with 1 additions and 1 deletions

View File

@ -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 {