mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-28 04:18:38 +03:00

Fixes #1052 This implements the about window as a custom window with a view controller. This lets us implement the proper responder chain so that our custom close window IBActions do the right thing. This has an additional benefit that we can easily customize this window going forward.