diff options
author | xhaggi <sascha.woo@gmail.com> | 2013-12-28 11:30:07 +0100 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2013-12-28 15:50:56 +0100 |
commit | b14d820d521b2d9ae2fae2f7f07eeaf75639a87f (patch) | |
tree | 485b1d597e13060327153e7d4eb14826898e780c /system | |
parent | bcac867529a2c189c7f18fff6547bf68c826f21e (diff) |
[pvr] refactor advanced setting showepginfoonselect to setting
This removes the advanced setting showepginfoonselect and adds it to
settings, so users can change it within the gui. In addition, the
setting is extended and you can now select the following values:
* Show context menu
* Switch to channel
* Show information
* Record
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 799fe161e8..71b3b2f23a 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1025,6 +1025,19 @@ <formatlabel>14044</formatlabel> </control> </setting> + <setting id="epg.selectaction" type="integer" label="22079" help="36424"> + <level>1</level> + <default>0</default> <!-- EPG_SELECT_ACTION_CONTEXT_MENU --> + <constraints> + <options> + <option label="36425">0</option> <!-- EPG_SELECT_ACTION_CONTEXT_MENU --> + <option label="36426">1</option> <!-- EPG_SELECT_ACTION_SWITCH --> + <option label="36427">2</option> <!-- EPG_SELECT_ACTION_INFO --> + <option label="36428">3</option> <!-- EPG_SELECT_ACTION_RECORD --> + </options> + </constraints> + <control type="spinner" format="string" /> + </setting> <setting id="epg.preventupdateswhileplayingtv" type="boolean" label="19230" help="36222"> <level>1</level> <default>false</default> |