mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 06:07:55 +00:00
Minor fileman bug fixes (#977)
-sets max file count to 100, fixes partner rename and delete in subfolders.
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
protected:
|
||||
static constexpr size_t max_filename_length = 64;
|
||||
static constexpr size_t max_items_shown = 128;
|
||||
static constexpr size_t max_items_shown = 100;
|
||||
|
||||
struct file_assoc_t {
|
||||
std::filesystem::path extension;
|
||||
|
Reference in New Issue
Block a user