aboutsummaryrefslogtreecommitdiff
path: root/api/logic/modplatform/atlauncher/ATLPackInstallTask.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-06-22 19:55:53 +0200
committerGitHub <noreply@github.com>2021-06-22 19:55:53 +0200
commit5479fbec92481e03d49a4c16dde68f56538b9bc8 (patch)
tree6e1e67980b624da890242dc15a6b4fd37a331f2b /api/logic/modplatform/atlauncher/ATLPackInstallTask.h
parentbc2c6cf03027841f775d4b5891db6c25f2f37161 (diff)
parent4ba0c9c2986d9fb133db923d2da60de9272ccc0a (diff)
downloadPrismLauncher-5479fbec92481e03d49a4c16dde68f56538b9bc8.tar.gz
PrismLauncher-5479fbec92481e03d49a4c16dde68f56538b9bc8.tar.bz2
PrismLauncher-5479fbec92481e03d49a4c16dde68f56538b9bc8.zip
Merge pull request #3819 from jamierocks/atl-optional-mods
NOISSUE Support ATLauncher optional mods
Diffstat (limited to 'api/logic/modplatform/atlauncher/ATLPackInstallTask.h')
-rw-r--r--api/logic/modplatform/atlauncher/ATLPackInstallTask.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/api/logic/modplatform/atlauncher/ATLPackInstallTask.h b/api/logic/modplatform/atlauncher/ATLPackInstallTask.h
index 3647e471..8233c376 100644
--- a/api/logic/modplatform/atlauncher/ATLPackInstallTask.h
+++ b/api/logic/modplatform/atlauncher/ATLPackInstallTask.h
@@ -19,6 +19,11 @@ class MULTIMC_LOGIC_EXPORT UserInteractionSupport {
public:
/**
+ * Requests a user interaction to select which optional mods should be installed.
+ */
+ virtual QVector<QString> chooseOptionalMods(QVector<ATLauncher::VersionMod> mods) = 0;
+
+ /**
* Requests a user interaction to select a component version from a given version list
* and constrained to a given Minecraft version.
*/