mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-19 09:48:21 +00:00
macos: zoomed splits put an emoji in the title bar
This commit is contained in:
@@ -710,3 +710,13 @@ extension FocusedValues {
|
||||
}
|
||||
}
|
||||
|
||||
extension FocusedValues {
|
||||
var ghosttySurfaceZoomed: Bool? {
|
||||
get { self[FocusedGhosttySurfaceZoomed.self] }
|
||||
set { self[FocusedGhosttySurfaceZoomed.self] = newValue }
|
||||
}
|
||||
|
||||
struct FocusedGhosttySurfaceZoomed: FocusedValueKey {
|
||||
typealias Value = Bool
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user