Fileman empty directory bugfix

Ajouté trames + config collier LGE
This commit is contained in:
furrtek 2019-05-23 05:20:01 +01:00
parent 9f587e6085
commit 30db22828c
5 changed files with 218 additions and 119 deletions

View file

@ -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 },