[FL-1235] Cut long names (#494)
* fix typo, elements_string_fit_width added * add string_fit_witdt to fileselect module Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ typedef enum {
|
||||
} ArchiveViewEnum;
|
||||
|
||||
typedef enum {
|
||||
ArchiveTabFavorites,
|
||||
ArchiveTabFavourites,
|
||||
ArchiveTabIButton,
|
||||
ArchiveTabNFC,
|
||||
ArchiveTabSubOne,
|
||||
@@ -42,7 +42,7 @@ static const char* known_ext[] = {
|
||||
};
|
||||
|
||||
static const char* tab_default_paths[] = {
|
||||
[ArchiveTabFavorites] = "favorites",
|
||||
[ArchiveTabFavourites] = "favourites",
|
||||
[ArchiveTabIButton] = "ibutton",
|
||||
[ArchiveTabNFC] = "nfc",
|
||||
[ArchiveTabSubOne] = "subone",
|
||||
|
||||
Reference in New Issue
Block a user