Try to make the Slider class a bit more generic.
Use the new slider in volume, balance and equalizer.
This commit is contained in:
parent
0c233da62a
commit
c2f1f3b185
10 changed files with 354 additions and 340 deletions
|
@ -184,6 +184,9 @@ main (int argc, char **argv)
|
|||
else
|
||||
playlistwin->show ();
|
||||
|
||||
if (!settings.contains ("equalizer/hidden"))
|
||||
settings.setValue ("equalizer/hidden", true);
|
||||
|
||||
if (settings.value("equalizer/hidden").toBool ())
|
||||
eqwin->hide ();
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue