2019-10-13, 16:04
How can I get the icon for this KNE-Rock addon to display below when it is highlighted as in pic
![Full sized picture Image](https://i.imgur.com/PKugk4Y.jpg)
Here is what I have edited in the Home.xml
![Full sized picture Image](https://i.imgur.com/PKugk4Y.jpg)
Here is what I have edited in the Home.xml
.xml:<item>
<!-- Concertos generos -->
<include content="subwidgets_items">
<param name="item" value="4" />
<param name="label" value="$LOCALIZE[39122]" />
<param name="type" value="videos" />
<param name="sort" value="dateadded" />
<param name="order" value="descending" />
<param name="widgets" value="C:\Users\Aceuk\AppData\Roaming\Kodi\addons\plugin.video.KNE-Rock\icon.png" />
<param name="action" value="RunAddon(plugin.video.KNE-Rock)" />
<param name="visible" value="String.IsEqual(Container(9000).ListItem.Property(master),concerts)" />
</include>
</item>