mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-10 16:29:27 -04:00
restored back Folder Age with min_age
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2621 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
13def1df4a
commit
06efca4610
1 changed files with 2 additions and 1 deletions
|
@ -490,7 +490,8 @@ QString RemoteDirModel::getAgeIndicatorString(const DirDetails &details) const
|
|||
}
|
||||
break;
|
||||
case 2:
|
||||
return QString::fromUtf8("Folder");
|
||||
//return QString::fromUtf8("Folder");
|
||||
return misc::userFriendlyDuration(details.min_age);
|
||||
break;
|
||||
case 3:
|
||||
return getFlagsString(details.flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue