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:

  1. Locate the main_menu.json file in the source folder of the generated zip file.
  2. Edit the file.
  3. To change the text of a menu item, update the value of the title field in the file.
  4. To disable a menu item (it will no longer display), set the enabled field to false.
  5. Replace the updated main_menu.json file in the generated zip.