Sort the file list in ListPage before processing them.

This commit is contained in:
Relintai 2022-02-04 16:14:23 +01:00
parent c827f6fe64
commit 46db44689d

View File

@ -75,8 +75,7 @@ void ListPage::load() {
tinydir_close(&dir);
// todo
// std::sort(files.begin(), files.end());
files.sort_inc();
Vector<String> list_entries;