From f4e60c14b94fe0155aba9addc908a0b2860b3cd8 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 4 Jun 2009 12:24:10 +0200 Subject: make popup message on record configurable. Patch by CuNoah. --- lib/python/Components/UsageConfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Components/UsageConfig.py') diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 26138f20..6fcab8bc 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): -- cgit v1.2.3