FTDI EVE: Cyrillic font, some minor fixes (#20517)

This commit is contained in:
LinFor
2020-12-23 09:51:59 +03:00
committed by GitHub
parent 6ec4e744c0
commit 6af6a35d9d
22 changed files with 3319 additions and 30 deletions

View File

@@ -1016,7 +1016,7 @@ namespace ExtUI {
}
const char* FileList::filename() {
return IFSD(card.longFilename[0] ? card.longFilename : card.filename, "");
return IFSD(card.longest_filename(), "");
}
const char* FileList::shortFilename() {