mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-30 15:08:38 +00:00
Converted config declaration to an enum
This commit is contained in:
@@ -194,6 +194,13 @@ extension Ghostty {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// Enum for the macos-titlebar-proxy-icon config option
|
||||
enum MacOSTitlebarProxyIcon: String {
|
||||
case visible
|
||||
case hidden
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: Surface Notifications
|
||||
|
Reference in New Issue
Block a user