Plugin Remove tabs/menus etc..

Hi,
for a project I want to make the software more simple to use. Therefore I want to remove a few menu entries and not used tabs. How can I realize that?

King Regards

Comments

  • Tabs are components that are registered and can be hidden if you know their names. Not sure if docs contain the names for them, but if you name the tabs I might give you the names. IHost interface gives access to them.

    IHost gives also access to the menu parts, also this is intended to allow adding new entries. But as you have access you might also set items to invisible knowing the index from top.
Sign In or Register to comment.