diff options
author | Lars Op den Kamp <opdenkamp@gmail.com> | 2014-07-03 10:00:52 +0200 |
---|---|---|
committer | Lars Op den Kamp <opdenkamp@gmail.com> | 2014-07-03 10:00:52 +0200 |
commit | 64b5b84562755425e69d027c773bf51aeda3abdb (patch) | |
tree | 10f34b3c2a0c722adbae0b64c7535b61961f1409 /system | |
parent | bb3554c8bf6f0ee1179f8b2f15a84e8a950e25a8 (diff) | |
parent | ef3294baa3d6219cf1fc586c1f45938237cb6768 (diff) |
Merge pull request #4973 from xhaggi/pvr-setting-closechannelosdonswitch
[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 52566d9d7d..7d1d51f27f 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> |