Minor fileman bug fixes (#977)

-sets max file count to 100, fixes partner rename and delete in subfolders.
This commit is contained in:
Kyle Reed
2023-05-11 22:54:42 -07:00
committed by GitHub
parent a832bd433d
commit a86993af91
2 changed files with 3 additions and 3 deletions

View File

@@ -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;