fix(blockedmods): Track and use targetFolder for blocked files
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -41,6 +41,7 @@ struct BlockedMod {
|
||||
QString hash;
|
||||
bool matched;
|
||||
QString localPath;
|
||||
QString targetFolder;
|
||||
};
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
Reference in New Issue
Block a user