Preferences MenuItem

I have added a menu item called Preferences in the Menu Editor and set its super to PrefsMenuItem but when I run the project there is no Preferences item under the app’s menu.

It needs to be a menu item in a menu. The best place is Edit and use a Localized String (Dynamic Constant) so that on Mac it’s Preferences… and on Windows it’s Edit > Options.

1 Like

Thanks!