Fix typos

This commit is contained in:
Willy-JL
2023-02-07 01:08:05 +00:00
parent edd3171d6c
commit d3cf757ead
2 changed files with 2 additions and 2 deletions
@@ -230,7 +230,7 @@ static bool
// FLIPPER DEVS MOMENT
// this used to load the file list in chunks, and then sort it...
// so while scrolling, it loads more files and sorts them...
// chances are, the new files are higner in the sorted list...
// chances are, the new files are higher in the sorted list...
// so the files keep shifting around while scrolling...
// now this does something intelligent and loads all in one go.
// might take a few milliseconds longer, but atleast it works :kekw: