mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-04 11:25:55 +03: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
@ -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 New Issue
Block a user