![]() |
v17 About adding the tab in main menu - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: v17 About adding the tab in main menu (/showthread.php?tid=285089) |
About adding the tab in main menu - priyank2809 - 2016-08-01 <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 ![]() |