2016-10-13, 08:08
(2016-10-13, 03:28)iceman1973 Wrote: I know I'm late in the developement but is there a way to disable the watched/unwatched icons? I really dont need to see that. I think it looks a lot cleaner without it. And if not can we have that put into the next release?
If I had to edit one of the skin files were would I do that? What needs to be edited?
Thanks in advanced.
I like the idea to disable it globally. Will take a look at it.
For now you need to replace the content of all "overlay" variables.
Look at Include_Views.xml and search for <!-- Overlays -->
Replace the body of each overlay variable with <value />.
Example:
Code:
<variable name="InfoListOverlay">
<value />
</variable>