summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-05-06 13:31:26 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-05-09 12:45:53 +0200
commit930c84cd83b7e5b1e4b068819dae12e967879fb4 (patch)
tree62dcaeea8b336922c4b0990322b18e60ee66717d
parentf750ffe168b4d0cda6fae2ad09aa1ab4cf51bd6e (diff)
downloadskin-nopacity-930c84cd83b7e5b1e4b068819dae12e967879fb4.tar.gz
skin-nopacity-930c84cd83b7e5b1e4b068819dae12e967879fb4.tar.bz2
The correct setup options are used
-rw-r--r--displayvolume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displayvolume.c b/displayvolume.c
index 567afe5..9a8fe4f 100644
--- a/displayvolume.c
+++ b/displayvolume.c
@@ -148,7 +148,7 @@ void cNopacityDisplayVolume::Flush(void) {
void cNopacityDisplayVolume::Action(void) {
int x = (fadeout) ? 255 : 0;
- int FadeTime = (fadeout) ? config.GetValue("replayFadeOutTime") : config.GetValue("replayFadeTime");
+ int FadeTime = (fadeout) ? config.GetValue("volumeFadeOutTime") : config.GetValue("volumeFadeTime");
int FrameTime = FadeTime / 10;
uint64_t First = cTimeMs::Now();
cPixmap::Lock();