mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #747 from CvH/skin_settings
kodi-theme-Estuary: change config position
This commit is contained in:
commit
a1c3ce93e5
@ -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
|
||||
}
|
||||
|
@ -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>
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user