diff options
author | montellese <montellese@kodi.tv> | 2016-02-06 20:55:08 +0100 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-03-10 21:33:32 -0800 |
commit | 32afc5a1d5b098204fe34a08f6fc7737f616928c (patch) | |
tree | 7fe268b078f1a9a09ee1373b342d9479ec54719e /system | |
parent | 3d42e1a147c5d94886f307bd22372ba835e5e52b (diff) |
only show setting to open the controller configuration window if a peripheral addon is installed
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 84ea7e3b3d..77b89f2684 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -2756,6 +2756,9 @@ </setting> <setting id="input.controllerconfig" type="action" label="35063" help="35064"> <level>0</level> + <dependencies> + <dependency type="enable" on="property" name="SupportsPeripheralControllers" /> + </dependencies> <control type="button" format="action" /> </setting> </group> |