mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-16 06:01:20 +00:00
macOS: update window appearance for About and ConfigurationErrors
This commit is contained in:
@@ -29,5 +29,6 @@ class ConfigurationErrorsController: NSWindowController, NSWindowDelegate, Confi
|
||||
window.center()
|
||||
window.level = .popUpMenu
|
||||
window.contentView = NSHostingView(rootView: ConfigurationErrorsView(model: self))
|
||||
window.titlebarAppearsTransparent = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user