diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2015-07-07 18:16:49 +0200 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2015-08-08 19:12:17 +0200 |
commit | 9f5d962b84bc5c93ffbc0733ff207d3fa1be2e6c (patch) | |
tree | aa83c8d30ad67cce6f27d8216f44e1913f3505c4 /system | |
parent | 7909aa4e50d56f17886d3b9e4f4019c9490285ed (diff) |
change ui sound system to addons only
remove loading from load sounds from skin dir, system/sounds, user/sounds
and support directory based themes to unify it with skins, langauges etc.
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 3b1cb6bc35..316f19811b 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -79,19 +79,19 @@ </dependencies> <control type="list" format="string" /> </setting> - <setting id="lookandfeel.soundskin" type="string" label="15108" help="36110"> + <setting id="lookandfeel.soundskin" type="addon" label="15108" help="36110"> <level>0</level> <default>resource.uisounds.confluence</default> <constraints> - <options>skinsounds</options> + <addontype>kodi.resource.uisounds</addontype> + <allowempty>true</allowempty> </constraints> - <dependencies> - <dependency type="update" setting="lookandfeel.skin" /> - </dependencies> <updates> <update type="change" /> </updates> - <control type="list" format="string" /> + <control type="button" format="addon"> + <show more="true" details="true">installed</show> + </control> </setting> </group> <group id="2"> |