macos: support the macos-icon configurations

This commit is contained in:
Mitchell Hashimoto
2024-12-15 18:14:29 -08:00
parent 29929a473d
commit abf713feec
5 changed files with 63 additions and 9 deletions

View File

@@ -194,7 +194,13 @@ extension Ghostty {
}
}
}
/// macos-icon
enum MacOSIcon: String {
case official
case customColor = "custom-color"
}
/// Enum for the macos-titlebar-proxy-icon config option
enum MacOSTitlebarProxyIcon: String {
case visible