|
@ -126,7 +126,7 @@ void menu_media() { |
|
|
|
|
|
|
|
|
if (ui.should_draw()) for (uint16_t i = 0; i < fileCnt; i++) { |
|
|
if (ui.should_draw()) for (uint16_t i = 0; i < fileCnt; i++) { |
|
|
if (_menuLineNr == _thisItemNr) { |
|
|
if (_menuLineNr == _thisItemNr) { |
|
|
card.getfilename_sorted(SD_ORDER(i, fileCnt)); |
|
|
card.getfilename_sorted(i); |
|
|
if (card.flag.filenameIsDir) |
|
|
if (card.flag.filenameIsDir) |
|
|
MENU_ITEM(sdfolder, MSG_MEDIA_MENU, card); |
|
|
MENU_ITEM(sdfolder, MSG_MEDIA_MENU, card); |
|
|
else |
|
|
else |
|
|