mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 22:34:55 +00:00
Fileman empty directory bugfix
Ajouté trames + config collier LGE
This commit is contained in:
@@ -80,6 +80,7 @@ protected:
|
||||
std::string extension_filter { "" };
|
||||
|
||||
void change_category(int32_t category_id);
|
||||
std::filesystem::path get_parent_dir();
|
||||
void refresh_list();
|
||||
|
||||
Labels labels {
|
||||
@@ -94,10 +95,6 @@ protected:
|
||||
{ 0, 2 * 8, 240, 26 * 8 },
|
||||
true
|
||||
};
|
||||
Text text_empty {
|
||||
{ 7 * 8, 12 * 8, 16 * 8, 16 },
|
||||
"Empty directory !",
|
||||
};
|
||||
|
||||
Button button_exit {
|
||||
{ 20 * 8, 34 * 8, 10 * 8, 4 * 8 },
|
||||
|
||||
Reference in New Issue
Block a user