diff options
author | popcornmix <popcornmix@gmail.com> | 2013-11-05 19:56:32 +0000 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2013-11-05 20:11:26 +0000 |
commit | f917add59849b697852c9b4c60cd2fc84a037eaf (patch) | |
tree | 1b23f6a986c8661a323626d3e8f5e46d2240158f /system | |
parent | ecdb733a6001d190e32596b1dafb5af984e0efe7 (diff) |
[rbp] Add missing control types to settings
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/rbp.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/rbp.xml b/system/settings/rbp.xml index 63a00b7732..96edae68aa 100644 --- a/system/settings/rbp.xml +++ b/system/settings/rbp.xml @@ -49,10 +49,12 @@ <condition on="property" name="aesettingvisible" setting="audiooutput.audiodevice">audiooutput.passthrough</condition> </dependency> </dependencies> + <control type="toggle" /> </setting> <setting id="audiooutput.boostcentre" type="boolean" label="37018" help="36543"> <level>2</level> <default>false</default> + <control type="toggle" /> </setting> <setting id="audiooutput.config"> <visible>false</visible> |