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.json
file in thesource
folder of the generated zip file. - Edit the file.
- To change the text of a menu item, update the value of the
title
field in the file. - To disable a menu item (it will no longer display), set the
enabled
field to false. - Replace the updated
main_menu.json
file in the generated zip.