GH-347 Add timestamp column to mod lists
It shows when the file was changed (in most cases added).
This commit is contained in:
@ -40,7 +40,9 @@ public:
|
||||
{
|
||||
ActiveColumn = 0,
|
||||
NameColumn,
|
||||
VersionColumn
|
||||
DateColumn,
|
||||
VersionColumn,
|
||||
NUM_COLUMNS
|
||||
};
|
||||
ModList(const QString &dir);
|
||||
|
||||
|
Reference in New Issue
Block a user