summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index d0d171cc..b0a9c78b 100644
--- a/setup.c
+++ b/setup.c
@@ -177,6 +177,8 @@ void cFlatSetup::Store(void) {
SetupStore("MenuRecordingView", Config.MenuRecordingView);
SetupStore("ChannelSimpleAspectFormat", Config.ChannelSimpleAspectFormat);
SetupStore("RecordingSimpleAspectFormat", Config.RecordingSimpleAspectFormat);
+ SetupStore("MenuItemRecordingClearPercent", Config.MenuItemRecordingClearPercent);
+ SetupStore("MenuItemRecordingShowFolderDate", Config.MenuItemRecordingShowFolderDate);
Config.Init();
}