From 0f48e0fc06fa89aabea639da8a91fc539c70e138 Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:42:51 -0700 Subject: fix(blockedmods): Track and use targetFolder for blocked files Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> --- launcher/ui/dialogs/BlockedModsDialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'launcher/ui/dialogs/BlockedModsDialog.h') 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 -- cgit