diff options
author | xhaggi <sascha.woo@gmail.com> | 2014-07-01 13:22:04 +0200 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2014-07-01 13:22:04 +0200 |
commit | ef3294baa3d6219cf1fc586c1f45938237cb6768 (patch) | |
tree | e4c15dc944c4a4b80e9ee77c307c1a869eac27c9 /system | |
parent | 4b83c3980ca976a540bced8468ff0893f31bc590 (diff) |
[pvr] setting: enable option 'Close channel OSD after switching channels' by default
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 18b68b24ec..46fa1fc5d6 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1128,7 +1128,7 @@ </setting> <setting id="pvrmenu.closechannelosdonswitch" type="boolean" label="19229" help="36214"> <level>2</level> - <default>false</default> + <default>true</default> <control type="toggle" /> </setting> </group> |