Hello!
I would like to completely hide all buttons in NSAlert ( and also all buttons that can be shown in NSTouchBar ).
/// Configure TouchBar
/// Configure Alert
// Doesn't work
alert.window.touchBar = MyCustomTouchBar()
alert.runModal()
How to do this?
Thanks!