summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 99fe6096..f1e67e48 100644
--- a/config.c
+++ b/config.c
@@ -179,6 +179,7 @@ bool cFlatConfig::SetupParse(const char *Name, const char *Value) {
else if (strcmp(Name, "DecorIndex") == 0) DecorIndex = atoi(Value);
else if (strcmp(Name, "MainMenuItemScale") == 0) MainMenuItemScale = atod(Value);
else if (strcmp(Name, "MenuChannelView") == 0) MenuChannelView = atoi(Value);
+ else if (strcmp(Name, "MenuTimerView") == 0) MenuTimerView = atoi(Value);
else if (strcmp(Name, "ChannelSimpleAspectFormat") == 0) ChannelSimpleAspectFormat = atoi(Value);
else if (strcmp(Name, "RecordingSimpleAspectFormat") == 0) RecordingSimpleAspectFormat = atoi(Value);