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:
Rachel Powers
2022-12-08 18:42:51 -07:00
parent c390e211ee
commit 0f48e0fc06
3 changed files with 5 additions and 2 deletions

View File

@ -41,6 +41,7 @@ struct BlockedMod {
QString hash;
bool matched;
QString localPath;
QString targetFolder;
};
QT_BEGIN_NAMESPACE