Revert "Disable file sorting (for testing purpose only)"

This reverts commit af83c12790.
This commit is contained in:
Knutwurst
2023-07-17 11:06:38 +02:00
parent ca66eeb43e
commit 97c3391cd9

View File

@@ -1611,7 +1611,7 @@
* - SDSORT_CACHE_NAMES will retain the sorted file listing in RAM. (Expensive!)
* - SDSORT_DYNAMIC_RAM only uses RAM when the SD menu is visible. (Use with caution!)
*/
//#define SDCARD_SORT_ALPHA
#define SDCARD_SORT_ALPHA
// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)