Added optional mods dialog

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-08-24 12:44:11 +03:00
parent ea384d59fb
commit 2990c5d0c9
9 changed files with 382 additions and 20 deletions

View File

@ -55,6 +55,7 @@ struct File {
QCryptographicHash::Algorithm hashAlgorithm;
QByteArray hash;
QQueue<QUrl> downloads;
bool required = true;
};
struct DonationData {