make popup message on record configurable. Patch by CuNoah.
[enigma2.git] / lib / python / Components / UsageConfig.py
index 26138f200a72c21c8f8f56f8fcd73cbfdce9e654..6fcab8bccd615373a99a94fd4a603897678fc0fb 100644 (file)
@@ -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):