1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-04-26 20:37:14 +00:00

menu: display CD icon in SxC case

This commit is contained in:
Gyorgy Szombathelyi
2022-08-23 17:55:38 +02:00
parent ea066466f5
commit a37e592fd7

View File

@@ -281,7 +281,7 @@ static char GetMenuItem_8bit(uint8_t idx, char action, menu_item_t *item) {
s[0] = '\x1e';
}
}
if (p[0] == 'S' && p[1] == 'C') {
if (p[0] == 'S' && (p[1]=='C' || (p[1] && p[1] != ',' && p[2] == 'C'))) {
if (user_io_is_cue_mounted())
s[0] = '\x1f';
}