Kodi Community Forum

Full Version: About adding the tab in main menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<item id="8">
<label>31961</label>
<onclick>ActivateWindow(About)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuAboutButton)</visible>
</item>

If we run above code in home.xml file, then it will create empty slot in main menu.
But what about the menu title "About" ? It is not showing the title "About".
Please suggest me the steps or tell me where to change the code in related file Huh