X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FUsageConfig.py;h=b86c1a13128fc1a3cd26351637f12f7423c275ca;hb=1398385cff4a4fc4d770afa1e9d1f6d560431b23;hp=21478e9052df59beea2d9610e86cf90dd0f6f179;hpb=aa979f0bc35f6160453b966942a0a86602d8c071;p=vuplus_dvbapp diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 21478e9..b86c1a1 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -68,6 +68,8 @@ def InitUsageConfig(): ("4", "DVB-T/-C/-S"), ("5", "DVB-T/-S/-C") ]) + config.usage.show_event_progress_in_servicelist = ConfigYesNo(default = False) + config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False) config.usage.show_message_when_recording_starts = ConfigYesNo(default = True)