kodi-theme-Estuary: change config position

This commit is contained in:
cvh 2016-09-19 13:07:52 +02:00
parent 88a20f0b27
commit bdd7fcc5f6
5 changed files with 16 additions and 17 deletions

View File

@ -59,5 +59,5 @@ makeinstall_target() {
done
# Rebrand
sed -e "s,@DISTRONAME@,$DISTRONAME,g" -i $INSTALL/usr/share/kodi/addons/skin.estuary/1080i/Home.xml
sed -e "s,@DISTRONAME@,$DISTRONAME,g" -i $INSTALL/usr/share/kodi/addons/skin.estuary/1080i/Settings.xml
}

View File

@ -0,0 +1,15 @@
diff --git a/1080i/Settings.xml b/1080i/Settings.xml
--- a/1080i/Settings.xml
+++ b/1080i/Settings.xml
@@ -134,6 +134,11 @@
<icon>icons/settings/system.png</icon>
</item>
<item>
+ <label>@DISTRONAME@</label>
+ <onclick>RunAddon(service.libreelec.settings)</onclick>
+ <icon>icons/settings/libreelec.png</icon>
+ </item>
+ <item>
<label>$LOCALIZE[138]</label>
<onclick>ActivateWindow(systeminfo)</onclick>
<icon>icons/settings/sysinfo.png</icon>

View File

@ -1,16 +0,0 @@
diff -Naur a/1080i/Home.xml b/1080i/Home.xml
--- a/1080i/Home.xml 2016-03-29 23:29:42.616607010 +0100
+++ b/1080i/Home.xml 2016-03-29 23:30:49.205150336 +0100
@@ -1090,6 +1090,12 @@
<property name="id">weather</property>
<visible>!Skin.HasSetting(HomeMenuNoWeatherButton)</visible>
</item>
+ <item>
+ <label>@DISTRONAME@</label>
+ <onclick>RunAddon(service.libreelec.settings)</onclick>
+ <thumb>icons/home/libreelec.png</thumb>
+ <property name="id">libreelec</property>
+ </item>
</content>
</control>
</control>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB