Converted config declaration to an enum

This commit is contained in:
johnseth97
2024-10-24 23:02:50 -04:00
parent f78ddabc15
commit c3efda93f4
2 changed files with 11 additions and 3 deletions

View File

@@ -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