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 6e5419c561
commit 3d0846051f
3 changed files with 13 additions and 10 deletions

View File

@@ -625,6 +625,7 @@ extension Ghostty.Config {
static let audio = BellFeatures(rawValue: 1 << 1)
static let attention = BellFeatures(rawValue: 1 << 2)
static let title = BellFeatures(rawValue: 1 << 3)
static let border = BellFeatures(rawValue: 1 << 4)
}
enum MacDockDropBehavior: String {