When browsing mixed files in the same directory, sorted by Date, it displays Videos first and then Images. I'd like files to display strictly based by Date, regardless of file format.
For example, if I have 3 videos and 3 images, each created on different dates, the sort order would appear as:
Eg: video1, image3, video3, video2, image1, image2.
Currently the App is first grouping by file type, and then Date:
Eg: video1, video3, video2, image3, image1, image2.
Can this be changed, or can I explicitly force sorting so the file formats are mixed together and only sorted by Date?