fix: curseforge optinal blocked mods

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-06-09 23:04:20 +03:00
parent fbac04c170
commit ea1a0dadda
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
3 changed files with 31 additions and 21 deletions

View file

@ -42,6 +42,7 @@ struct BlockedMod {
bool matched;
QString localPath;
QString targetFolder;
bool disabled = false;
bool move = false;
};