aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/BlockedModsDialog.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-12-08 18:42:51 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2022-12-08 18:42:51 -0700
commit0f48e0fc06fa89aabea639da8a91fc539c70e138 (patch)
tree85be7c932b80a9989783c5bba0af79ead0309a1d /launcher/ui/dialogs/BlockedModsDialog.h
parentc390e211eee9adbfdcbe9dfb0a2e23303e046920 (diff)
downloadPrismLauncher-0f48e0fc06fa89aabea639da8a91fc539c70e138.tar.gz
PrismLauncher-0f48e0fc06fa89aabea639da8a91fc539c70e138.tar.bz2
PrismLauncher-0f48e0fc06fa89aabea639da8a91fc539c70e138.zip
fix(blockedmods): Track and use targetFolder for blocked files
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs/BlockedModsDialog.h')
-rw-r--r--launcher/ui/dialogs/BlockedModsDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/dialogs/BlockedModsDialog.h b/launcher/ui/dialogs/BlockedModsDialog.h
index f63d04b4..014f488a 100644
--- a/launcher/ui/dialogs/BlockedModsDialog.h
+++ b/launcher/ui/dialogs/BlockedModsDialog.h
@@ -41,6 +41,7 @@ struct BlockedMod {
QString hash;
bool matched;
QString localPath;
+ QString targetFolder;
};
QT_BEGIN_NAMESPACE