summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-06-11 12:53:34 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-07-12 13:27:48 +0200
commit97fa0bc7ff041c102975fcf19b82c1e4eb623efa (patch)
treef1cb928de77ef6933645f30575f5cc1bcf6a0c67 /setup.c
parent32affb0a183db7fad828b2f262896a8b15d24cd0 (diff)
downloadskin-nopacity-97fa0bc7ff041c102975fcf19b82c1e4eb623efa.tar.gz
skin-nopacity-97fa0bc7ff041c102975fcf19b82c1e4eb623efa.tar.bz2
Add fade-out to display replay
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 d88343a..d5148bc 100644
--- a/setup.c
+++ b/setup.c
@@ -440,6 +440,7 @@ void cNopacitySetupReplayDisplay::Set(void) {
Clear();
Add(new cMenuEditIntItem(tr("Fade-In Time in ms (Zero for switching off fading)"), tmpConf->GetValueRef("replayFadeTime"), 0, 1000));
+ Add(new cMenuEditIntItem(tr("Fade-Out Time in ms (Zero for switching off fading)"), tmpConf->GetValueRef("replayFadeOutTime"), 0, 1000));
Add(new cMenuEditIntItem(tr("Height of Replay Display (Percent of OSD Height)"), tmpConf->GetValueRef("replayHeight"), 15, 80));
Add(new cMenuEditIntItem(tr("Left & Right Border Width"), tmpConf->GetValueRef("replayBorderVertical"), 0, 300));
Add(new cMenuEditIntItem(tr("Bottom Border Height"), tmpConf->GetValueRef("replayBorderBottom"), 0, 300));