Make "Last Modified" the default sorting order for the Project Manager

This commit is contained in:
Aaron Record 2021-11-07 14:50:29 -07:00
parent f49d679de4
commit 259fdaf48e
3 changed files with 4 additions and 4 deletions

View file

@ -42,9 +42,9 @@ class ProjectDialog;
class ProjectList;
enum FilterOption {
EDIT_DATE,
NAME,
PATH,
EDIT_DATE,
};
class ProjectManager : public Control {