X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c46312d7f5ce4113ece4c33595b7192eccadcb1d..f4e60c14b94fe0155aba9addc908a0b2860b3cd8:/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):