macos: bell-features=title works again

This was a regression we didn't fix before 1.2.
This commit is contained in:
Mitchell Hashimoto
2025-09-18 14:02:23 -07:00
parent da9334dce5
commit ad92bf7ab5
3 changed files with 13 additions and 10 deletions

View File

@@ -57,15 +57,6 @@ extension Ghostty {
@EnvironmentObject private var ghostty: Ghostty.App
var title: String {
var result = surfaceView.title
if (surfaceView.bell && ghostty.config.bellFeatures.contains(.title)) {
result = "🔔 \(result)"
}
return result
}
var body: some View {
let center = NotificationCenter.default