diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-24 15:17:39 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-24 15:17:39 +0100 |
| commit | 1398385cff4a4fc4d770afa1e9d1f6d560431b23 (patch) | |
| tree | 0b79de66b9a7d16ac8df84bab5024f460d8ca0d5 /data/setup.xml | |
| parent | 4d01a8b971e7631cf999d4773891cce657b9aa27 (diff) | |
| download | enigma2-1398385cff4a4fc4d770afa1e9d1f6d560431b23.tar.gz enigma2-1398385cff4a4fc4d770afa1e9d1f6d560431b23.zip | |
add support for event progressbar per service in channelselection
default this is disabled.. you can enable it in the Usage config
this fixes bug #486 (patch by Dr.Best)
Diffstat (limited to 'data/setup.xml')
| -rw-r--r-- | data/setup.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/setup.xml b/data/setup.xml index 92bbc0f1..705eaf33 100644 --- a/data/setup.xml +++ b/data/setup.xml @@ -34,6 +34,7 @@ <item level="1" text="Action on short powerbutton press">config.usage.on_short_powerpress</item> <item level="0" text="Infobar timeout">config.usage.infobar_timeout</item> <item level="1" text="12V output" requires="12V_Output">config.usage.output_12V</item> + <item level="0" text="Show event-progress in channel selection">config.usage.show_event_progress_in_servicelist</item> <item level="2" text="Show infobar on channel change">config.usage.show_infobar_on_zap</item> <item level="2" text="Show infobar on skip forward/backward">config.usage.show_infobar_on_skip</item> <item level="2" text="Show infobar on event change">config.usage.show_infobar_on_event_change</item> |
