2014-10-05, 18:38
Hi Thanks for this skin I love it!
Are there a way to put a specific program-addon in the Home screen ? next to the: PROGRAMS/PICTURES/VIDEOS/MUSIC/etc ?
what file should I edit to do that?
I tried the custom_DialogPresets.xml
But it did nothing..
Are there a way to put a specific program-addon in the Home screen ? next to the: PROGRAMS/PICTURES/VIDEOS/MUSIC/etc ?
what file should I edit to do that?
I tried the custom_DialogPresets.xml
Code:
<item id="13">
<description>My Super Addon</description>
<label>My Super Addon</label>
<icon>mycustom_addon.png</icon>
<onclick>noop</onclick>
</item>
But it did nothing..