summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index 471e424..d512fa7 100644
--- a/setup.c
+++ b/setup.c
@@ -106,6 +106,7 @@ void cTvGuideSetup::Store(void) {
SetupStore("closeOnSwitch", config.closeOnSwitch);
SetupStore("numKeyMode", config.numKeyMode);
SetupStore("blueKeyMode", config.blueKeyMode);
+ SetupStore("intelligentSwitch", config.intelligentSwitch);
SetupStore("rerunAmount", config.rerunAmount);
SetupStore("rerunDistance", config.rerunDistance);
SetupStore("rerunMaxChannel", config.rerunMaxChannel);