1.6.3
GEM_ITEM_LABEL
non-interactive menu item that displays basic text information. Previously there were somewhat cumbersome ways to create simple label menu items with the use of readonly variables or buttons with dummy action, now it is possible to simply callGEMItem menuItemLabel("I am a text label!");
and non-interactive menu item with onlytitle
will be created;- Readme updated accordingly.