From c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 15 Nov 2007 12:17:15 +0000 Subject: add config option 'Show blinking clock in display during recording' default is no --- lib/python/Components/UsageConfig.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Components/UsageConfig.py') 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) -- cgit v1.2.3