* Mac Mini M1
* macOS 14.6.1
* Lazarus 3.99
* FPC 3.3.1
I am experimenting with a TMainMenu in my app, and am pleased with the way it translates the menu definition into the Mac way of doing things, with one exception. The 0th menu item is always showing the project name, which, in my case is "testmenubar". I've tried a few gpt4o suggested ways of fixing this, involving calls to objectiveC1 code, but none of them work!
Is there an easy way of overriding the 0th item?