diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-12-08 18:42:51 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-12-08 18:42:51 -0700 |
commit | 0f48e0fc06fa89aabea639da8a91fc539c70e138 (patch) | |
tree | 85be7c932b80a9989783c5bba0af79ead0309a1d /launcher/ui/dialogs | |
parent | c390e211eee9adbfdcbe9dfb0a2e23303e046920 (diff) | |
download | PrismLauncher-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')
-rw-r--r-- | launcher/ui/dialogs/BlockedModsDialog.h | 1 |
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 |