Files
ladybird/Userland/Libraries/LibGUI/FileSystemModel.cpp
Andreas Kling 48eb58230b LibGUI: List directories before files in FileSystemModel
Instead of mixing directories and files, sorting a FileSystemModel by
the Name column will now give you all the directories first, followed
by all the files.
2021-04-10 13:58:13 +02:00

19 KiB