Disable volume fade on stop by default - this is really something MPD itself should implement
This commit is contained in:
committed by
craig.p.drummond
parent
2884bd3b51
commit
e42acc1d8c
@@ -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
|
||||
-----
|
||||
|
||||
@@ -184,7 +184,7 @@ public:
|
||||
{
|
||||
MinFade = 400,
|
||||
MaxFade = 4000,
|
||||
DefaultFade = 2000
|
||||
DefaultFade = MinFade // disable volume fade by default. prev:2000
|
||||
};
|
||||
|
||||
static QString constModifiedSince;
|
||||
|
||||
Reference in New Issue
Block a user