mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2025-12-28 14:51:58 +00:00
Replace chopped by mid in download list. (#2089)
This commit is contained in:
parent
89f39ef200
commit
ea38fdc6ce
@ -221,7 +221,7 @@ QVariant DownloadList::data(const QModelIndex& index, int role) const
|
||||
.arg(info->modName)
|
||||
.arg(m_manager.getModID(index.row()))
|
||||
.arg(info->version.canonicalString())
|
||||
.arg(info->description.chopped(4096));
|
||||
.arg(info->description.mid(0, 4096));
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user