aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/RecordingConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/RecordingConfig.py b/lib/python/Components/RecordingConfig.py
index 03719860..6a3bfb68 100644
--- a/lib/python/Components/RecordingConfig.py
+++ b/lib/python/Components/RecordingConfig.py
@@ -7,3 +7,4 @@ def InitRecordingConfig():
config.recording.asktozap = ConfigYesNo(default=True)
config.recording.margin_before = ConfigInteger(default=0, limits=(0,30))
config.recording.margin_after = ConfigInteger(default=0, limits=(0,30))
+ config.recording.debug = ConfigYesNo(default = False)