macOS: fix initial surface color scheme in quickTerminal
parent
141e64cede
commit
7ce88b6811
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue