summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr_setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr_setup.c b/vdr_setup.c
index 38d4ff7..f8e0b63 100644
--- a/vdr_setup.c
+++ b/vdr_setup.c
@@ -98,5 +98,8 @@ mgMenuSetup::Store (void)
SetupStore ("LimiterLevel", the_setup.LimiterLevel);
SetupStore ("Only48kHz", the_setup.Only48kHz);
SetupStore ("DeleteStaleReferences", the_setup.DeleteStaleReferences);
+ SetupStore ("ImageShowDuration", the_setup.ImageShowDuration);
+ SetupStore ("ImageCacheDir", the_setup.ImageCacheDir);
+ SetupStore ("UseStillPicture", the_setup.UseDeviceStillPicture );
}