A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Fix leftovers.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31060 a1c6a512-1295-4272-9138-f99709370657

+2 -2
+2 -2
apps/settings_list.c
··· 253 253 #define DEFAULT_ICONSET "tango_icons.12x12" 254 254 #define DEFAULT_VIEWERS_ICONSET "tango_icons_viewers.12x12" 255 255 #endif 256 - #elif LCD_DEPTH <= 2 /* greyscale */ 257 - #define DEFAULT_ICONSET "tango_small_grey" 256 + #elif LCD_DEPTH > 1 /* greyscale */ 257 + #define DEFAULT_ICONSET "tango_small_mono" 258 258 #define DEFAULT_VIEWERS_ICONSET "tango_small_viewers_mono" 259 259 #else /* monochrome */ 260 260 #define DEFAULT_ICONSET ""