Don't always enable optional mods manually downloaded from CurseForge (#3864)

This commit is contained in:
timoreo 2025-07-18 08:31:07 +02:00 committed by GitHub
commit 31d7c3a727
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
};