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 ecce494b..ad785d88 100644
--- a/setup.c
+++ b/setup.c
@@ -137,6 +137,7 @@ void cFlatSetup::Store(void) {
SetupStore("ResolutionAspectShow", Config.ResolutionAspectShow);
SetupStore("RecordingAdditionalInfoShow", Config.RecordingAdditionalInfoShow);
SetupStore("EpgAdditionalInfoShow", Config.EpgAdditionalInfoShow);
+ SetupStore("TopBarRecordingShow", Config.TopBarRecordingShow);
Config.Init();
}
@@ -168,6 +169,7 @@ void cFlatSetupGeneral::Setup(void) {
Add(new cMenuEditIntItem(tr("OSD vertical margin"), &SetupConfig->marginOsdVer));
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 cMenuEditIntItem(tr("Message bottom offset"), &SetupConfig->MessageOffset));
Add(new cMenuEditBoolItem(tr("TopBar border by theme?"), &SetupConfig->decorBorderTopBarByTheme));