mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-30 02:51:39 +00:00
macOS: update window appearance for About and ConfigurationErrors
This commit is contained in:
@@ -13,6 +13,7 @@ class AboutController: NSWindowController, NSWindowDelegate {
|
||||
window.center()
|
||||
window.isMovableByWindowBackground = true
|
||||
window.contentView = NSHostingView(rootView: AboutView().environmentObject(viewModel))
|
||||
window.titlebarAppearsTransparent = true
|
||||
}
|
||||
|
||||
// MARK: - Functions
|
||||
|
||||
Reference in New Issue
Block a user