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 9814864f..7b3d9666 100644
--- a/setup.c
+++ b/setup.c
@@ -186,6 +186,7 @@ void cFlatSetup::Store(void) {
SetupStore("MenuItemRecordingClearPercent", Config.MenuItemRecordingClearPercent);
SetupStore("MenuItemRecordingShowFolderDate", Config.MenuItemRecordingShowFolderDate);
SetupStore("MenuItemParseTilde", Config.MenuItemParseTilde);
+ SetupStore("TopBarRecConflictsShow", Config.TopBarRecConflictsShow);
Config.Init();
}
@@ -226,6 +227,7 @@ void cFlatSetupGeneral::Setup(void) {
Add(new cMenuEditIntItem(tr("OSD horizontal margin"), &SetupConfig->marginOsdHor));
Add(new cMenuEditPrcItem(tr("TopBar font size"), &SetupConfig->TopBarFontSize, 0.01, 0.2, 1));
Add(new cMenuEditBoolItem(tr("TopBar show recording"), &SetupConfig->TopBarRecordingShow));
+ Add(new cMenuEditBoolItem(tr("TopBar show conflicts"), &SetupConfig->TopBarRecConflictsShow));
Add(new cMenuEditIntItem(tr("Message bottom offset"), &SetupConfig->MessageOffset));