NOISSUE Handle Modrinth files with multiple downloads

This commit is contained in:
arthomnix
2023-02-05 17:36:44 +00:00
parent bea3251d9c
commit 496440cbc8
2 changed files with 15 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ struct ExportSettings
struct HashLookupData
{
QFileInfo fileInfo;
QString sha512;
QByteArray response;
};