mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
packages/mediacenter/kodi-theme-Confluence: use $DISTRONAME as label to start the settings addon
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8b527b2fa2
commit
08bb39012f
@ -49,4 +49,7 @@ makeinstall_target() {
|
||||
|
||||
mkdir -p $INSTALL/usr/share/kodi/addons/skin.confluence/media
|
||||
cp Textures.xbt $INSTALL/usr/share/kodi/addons/skin.confluence/media
|
||||
|
||||
# Rebrand
|
||||
sed -e "s,@DISTRONAME@,$DISTRONAME,g" -i $INSTALL/usr/share/kodi/addons/skin.confluence/720p/IncludesHomeMenuItems.xml
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
</control>
|
||||
+ <control type="button" id="90120">
|
||||
+ <include>ButtonHomeSubCommonValues</include>
|
||||
+ <label>[COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]</label>
|
||||
+ <label>@DISTRONAME@</label>
|
||||
+ <onclick>RunAddon(service.openelec.settings)</onclick>
|
||||
+ </control>
|
||||
<control type="button" id="90123">
|
||||
|
Loading…
x
Reference in New Issue
Block a user