[X] I've checked that there aren't other open issues on the same topic.
Describe the problem requiring a solution
Currently we only sort the list of saved games in the "Save Game" and "Load Game" dialogs by file name. Often it is useful to be able to sort by date (file timestamp) instead.
Describe the possible solution
Add clickable headers to the file list dialogs: Name and Date. Clicking on either of the headers should toggle sorting by that file attribute.
Preliminary checks
Describe the problem requiring a solution
Currently we only sort the list of saved games in the "Save Game" and "Load Game" dialogs by file name. Often it is useful to be able to sort by date (file timestamp) instead.
Describe the possible solution
Add clickable headers to the file list dialogs:
Name
andDate
. Clicking on either of the headers should toggle sorting by that file attribute.Additional info
No response