Change what is displayed at the top of the main application menu. By default the main menu title is set to vroom.
The main menu can only be modified in the application's init()
function.
Calling this function after the application has been initialized will have
no effect. This means that changes made to the main menu during a live-coding
session will not be seen until the program has been restarted.
syntax
setMainMenuTitle(title)
parameters
title | title string |
examples
def init(): setMainMenuItem('My Vroom App')