Don't always enable optional mods manually downloaded from CurseForge (#3864)
This commit is contained in:
commit
31d7c3a727
3 changed files with 31 additions and 21 deletions
|
@ -42,6 +42,7 @@ struct BlockedMod {
|
|||
bool matched;
|
||||
QString localPath;
|
||||
QString targetFolder;
|
||||
bool disabled = false;
|
||||
bool move = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue