Disable volume fade on stop by default - this is really something MPD itself should implement

This commit is contained in:
craig.p.drummond
2014-08-18 19:06:28 +00:00
committed by craig.p.drummond
parent 2884bd3b51
commit e42acc1d8c
2 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,8 @@
artist.
15. Always large action icons for grid view.
16. Increase gap between add and play icons in grid view.
17. Disable volume fade on stop by default - this is really something MPD
itself should implement.
1.4.1
-----

View File

@@ -184,7 +184,7 @@ public:
{
MinFade = 400,
MaxFade = 4000,
DefaultFade = 2000
DefaultFade = MinFade // disable volume fade by default. prev:2000
};
static QString constModifiedSince;