diff options
author | fuzzard <fuzzard@kodi.tv> | 2024-02-06 17:04:15 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2024-02-06 17:04:15 +1000 |
commit | 63df9fa19e43c1ce1a0b973399fc57db94766453 (patch) | |
tree | 9bb11bf295983d9bbd11f2c9db246856bba315da /system | |
parent | ca059b3c6cbb126d4e29a1e0586cc24c98185dce (diff) |
[skin] Remove estouchy from core
There have been a number of changes to skins, and estouchy has not been kept up to
date. At this point no one has shown interest to update it, so remove it for now.
Diffstat (limited to 'system')
-rw-r--r-- | system/addon-manifest.xml | 1 | ||||
-rw-r--r-- | system/settings/darwin_ios.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/system/addon-manifest.xml b/system/addon-manifest.xml index 7df13a6d6f..8c87ebe871 100644 --- a/system/addon-manifest.xml +++ b/system/addon-manifest.xml @@ -43,7 +43,6 @@ <addon>screensaver.xbmc.builtin.dim</addon> <addon>script.module.pil</addon> <addon>script.module.pycryptodome</addon> - <addon>skin.estouchy</addon> <addon>skin.estuary</addon> <addon>webinterface.default</addon> <addon>xbmc.addon</addon> diff --git a/system/settings/darwin_ios.xml b/system/settings/darwin_ios.xml index b94522a999..ab3b8f1a97 100644 --- a/system/settings/darwin_ios.xml +++ b/system/settings/darwin_ios.xml @@ -82,7 +82,7 @@ <category id="skin"> <group id="1"> <setting id="lookandfeel.skin" type="addon"> - <default>skin.estouchy</default> + <default>skin.estuary</default> </setting> </group> </category> |