mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 03:45:10 -04:00
fixed DL output path in DL list
This commit is contained in:
parent
fe8c81e84a
commit
d95518d17e
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ public:
|
|||
{
|
||||
QString strPath = QString::fromUtf8(fileInfo.path.c_str());
|
||||
QString strPathAfterDL = strPath;
|
||||
strPathAfterDL.replace(QString::fromUtf8(rsFiles->getDownloadDirectory().c_str()),"");
|
||||
strPathAfterDL.replace(QString::fromUtf8(rsFiles->getDownloadDirectory().c_str()),"[Download Dir]");
|
||||
|
||||
return QVariant(strPathAfterDL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue