NOISSUE Pass the optional mod dialog the full version

We will need more information, let's just pass the whole thing.
This commit is contained in:
Jamie Mansfield
2022-05-05 20:30:51 +01:00
parent af36e5c43f
commit 41f728b22f
6 changed files with 15 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ public:
/**
* Requests a user interaction to select which optional mods should be installed.
*/
virtual QVector<QString> chooseOptionalMods(QVector<ATLauncher::VersionMod> mods) = 0;
virtual QVector<QString> chooseOptionalMods(ATLauncher::PackVersion version, QVector<ATLauncher::VersionMod> mods) = 0;
/**
* Requests a user interaction to select a component version from a given version list