Hi, regarding the new standalone type, is there any way to:
- Hide/customise the options menu
- Use a native winodw title bar?
thx
Hi, regarding the new standalone type, is there any way to:
thx
Yes,
If you make the title bar native, the options don’t appear
In StandaloneFilterApp::initialise() add
mainWindow->setUsingNativeTitleBar (true);
You should probably try and figure out a way to create your own StandaloneFilterApp class derived from StandaloneFilterApp where you can set that flag.
Rail
wonderful. thanks muchly for the info.
And the menu item, Audio Settings should be renamed, Audio/MIDI Settings.