aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2019-03-31 23:51:02 +0200
committerGitHub <noreply@github.com>2019-03-31 23:51:02 +0200
commitc75f8acc518bee92dd8ed1aecd380cbcc405dd9c (patch)
tree13db52928813be72bd6b49bf5f53f50d8b4fbb85
parent9114f656eac11a6b2e7311a3b46cca44a5277112 (diff)
parent5a81981967ffb7bf4d07aba90135db2295c0dfe7 (diff)
Merge pull request #15842 from ronie/estouchy.15
[Estouchy] add missing 15th addon shortcut on homescreen
-rw-r--r--addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml
index 4142ff62e5..6dd1a05f4a 100644
--- a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml
+++ b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml
@@ -523,6 +523,14 @@
<thumb></thumb>
<visible>!String.IsEmpty(Skin.String(HomeAddonButton14))</visible>
</item>
+ <item>
+ <label>$INFO[system.addontitle(Skin.String(HomeAddonButton15))]</label>
+ <label2></label2>
+ <onclick>RunAddon($INFO[Skin.String(HomeAddonButton15)])</onclick>
+ <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton15))]</icon>
+ <thumb></thumb>
+ <visible>!String.IsEmpty(Skin.String(HomeAddonButton15))</visible>
+ </item>
</content>
</control>
</control>