Hello, it's fundamental for me for the development of an application the possibility to make a fullscreen app (in Ventura) that could draw its interface also on the extra space of the menu bar with the notch.
It's fundamental because this is an entire interface extension application, and I don't know how to implement it with a fixed or disappearing menu bar.
I tried with an window.level = NSWindow.Level.mainMenu+1, but it's useless.
Thank you