feat: display the 'body' of a MR mod on the mod downloader

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-06-16 20:46:47 -03:00
parent 4a13dbe3bb
commit 6e9a27f40f
3 changed files with 8 additions and 1 deletions

View File

@ -73,6 +73,8 @@ struct ExtraPackData {
QString sourceUrl;
QString wikiUrl;
QString discordUrl;
QString body;
};
struct IndexedPack {