Hide Watched Status? - 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: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142) +---- Thread: Hide Watched Status? (/showthread.php?tid=118652) |
Hide Watched Status? - HobieWanKenobi - 2012-01-03 Is it possible to hide the check mark in the file lists? I can find the option in the Confluence skin but cannot find it in Aeon Nox. - BigNoid - 2012-01-04 There is no option for it and I do not want to make one really. I am surprised Confluence has this option (which implies that it should be basic functionality). - HobieWanKenobi - 2012-01-05 Thanks for the reply. Is there a way I can achieve this on my end? - BigNoid - 2012-01-06 Yes. In Viewtype_List.xml and Viewtype_LowList.xml search for the control with ListItem.Overlay and delete it. So for example this whole piece of code must be deleted: Code: <control type="image"> and remember to backup your changes because they will be overwritten with an update. |