mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 08:57:46 +00:00
Added back scanning in BHT TX
Added file creation date display in File Manager
This commit is contained in:
@@ -72,7 +72,7 @@ void FreqManBaseView::populate_categories() {
|
||||
categories.clear();
|
||||
|
||||
for (size_t n = 0; n < file_list.size(); n++)
|
||||
categories.emplace_back(std::make_pair(file_list[n], n));
|
||||
categories.emplace_back(std::make_pair(file_list[n].substr(0, 14), n));
|
||||
|
||||
// Alphabetical sort
|
||||
std::sort(categories.begin(), categories.end(), [](auto &left, auto &right) {
|
||||
|
Reference in New Issue
Block a user