diff --git a/macos/Sources/Ghostty/AppState.swift b/macos/Sources/Ghostty/AppState.swift index 94ba3ad11..1a0a17f4b 100644 --- a/macos/Sources/Ghostty/AppState.swift +++ b/macos/Sources/Ghostty/AppState.swift @@ -267,9 +267,7 @@ extension Ghostty { guard let surface = self.surfaceUserdata(from: userdata) else { return } var userInfo: [AnyHashable : Any] = [:]; - if config.font_size != 0 { - userInfo[Notification.NewTabKey] = config; - } + userInfo[Notification.NewTabKey] = config; NotificationCenter.default.post( name: Notification.ghosttyNewTab,