X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FUsageConfig.py;h=6fcab8bccd615373a99a94fd4a603897678fc0fb;hb=9ec56f0aae40fe0c4afb071df436eacf79ac10af;hp=26138f200a72c21c8f8f56f8fcd73cbfdce9e654;hpb=76e5181cade262b86610dcc851bcb4452196ccdc;p=vuplus_dvbapp diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 26138f2..6fcab8b 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -58,6 +58,9 @@ def InitUsageConfig(): ("5", "DVB-T/-S/-C") ]) config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False) + + config.usage.show_message_when_recording_starts = ConfigYesNo(default = True) + config.usage.load_length_of_movies_in_moviellist = ConfigYesNo(default = True) def TunerTypePriorityOrderChanged(configElement):