Merge pull request #1563 from Trial97/modrinth_pack
Pack import fixes and improvements
This commit is contained in:
@ -57,6 +57,7 @@ struct File {
|
||||
QCryptographicHash::Algorithm hashAlgorithm;
|
||||
QByteArray hash;
|
||||
QQueue<QUrl> downloads;
|
||||
bool required = true;
|
||||
};
|
||||
|
||||
struct DonationData {
|
||||
|
Reference in New Issue
Block a user