mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
GH-347 Add timestamp column to mod lists
It shows when the file was changed (in most cases added).
This commit is contained in:
parent
fd34ca5a0f
commit
b09fad9cbf
4 changed files with 18 additions and 2 deletions
|
|
@ -30,6 +30,7 @@
|
|||
Mod::Mod(const QFileInfo &file)
|
||||
{
|
||||
repath(file);
|
||||
m_changedDateTime = file.lastModified();
|
||||
}
|
||||
|
||||
void Mod::repath(const QFileInfo &file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue