mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
album art setting: use settings callback
Since even Shuffle and Repeat are now immediately applied from the Quickscreen, I suppose it makes sense to do the same for the album art setting as the remaining holdout. Change-Id: Ib1b56c31f28d8197e001901296d9897a23134564
This commit is contained in:
parent
fbbf08575f
commit
5f593fb000
4 changed files with 14 additions and 41 deletions
|
@ -47,9 +47,6 @@
|
|||
#include "screens.h"
|
||||
#include "talk.h"
|
||||
#include "yesno.h"
|
||||
#ifdef HAVE_ALBUMART
|
||||
#include "playback.h"
|
||||
#endif
|
||||
|
||||
#define MAX_SHORTCUT_NAME 64
|
||||
#define SHORTCUTS_HDR "[shortcut]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue