Is there a way to hide the titlebar in an NSWindow? I don\'t want to have to completely write a new custom window. I can\'t use NSBorderlessWindowMask because I have a botto
Swift
NSApp.mainWindow?.styleMask = .borderless