How to: Modify the main menu - rrirower/DP2SceneGraphWizard GitHub Wiki
The main menu located on the left side of each screen can be updated to change the menu text or remove menu items. Follow these steps:
- Locate the
main_menu.jsonfile in thesourcefolder of the generated zip file. - Edit the file.
- To change the text of a menu item, update the value of the
titlefield in the file. - To disable a menu item (it will no longer display), set the
enabledfield to false. - Replace the updated
main_menu.jsonfile in the generated zip.