Merge pull request #571 from Ryex/blocked-targetFolder
fix(blockedmods): Track and use targetFolder for blocked files
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