mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 06:46:09 +00:00
macos: bell-features=title works again
This was a regression we didn't fix before 1.2.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user