mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-14 08:47:13 +00:00
disable sorting if more than 300 files are in current folder
fixes current out of memory crash
This commit is contained in:
parent
e7ea821650
commit
5bf5826c88
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define BROWSER_SORT_THRESHOLD 400
|
||||
#define BROWSER_SORT_THRESHOLD 300
|
||||
|
||||
typedef struct BrowserWorker BrowserWorker;
|
||||
typedef void (*BrowserWorkerFolderOpenCallback)(
|
||||
|
|
Loading…
Reference in a new issue