diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-15 12:17:15 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-15 12:17:15 +0000 |
| commit | c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc (patch) | |
| tree | fd55da8f936a763622f2288937a38e443c5c8716 /lib/python/Components/UsageConfig.py | |
| parent | 89171895f878c5275f8d8e8a8f1e27de48cbf24c (diff) | |
| download | enigma2-c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc.tar.gz enigma2-c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc.zip | |
add config option 'Show blinking clock in display during recording'
default is no
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
| -rw-r--r-- | lib/python/Components/UsageConfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 71b0b60c..73538eaf 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -46,6 +46,8 @@ def InitUsageConfig(): ("4", "DVB-T/-C/-S"), ("5", "DVB-T/-S/-C") ]) + config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False) + def TunerTypePriorityOrderChanged(configElement): setTunerTypePriorityOrder(int(configElement.value)) config.usage.alternatives_priority.addNotifier(TunerTypePriorityOrderChanged) |
