Make "Last Modified" the default sorting order for the Project Manager
This commit is contained in:
parent
f49d679de4
commit
259fdaf48e
3 changed files with 4 additions and 4 deletions
|
|
@ -42,9 +42,9 @@ class ProjectDialog;
|
|||
class ProjectList;
|
||||
|
||||
enum FilterOption {
|
||||
EDIT_DATE,
|
||||
NAME,
|
||||
PATH,
|
||||
EDIT_DATE,
|
||||
};
|
||||
|
||||
class ProjectManager : public Control {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue