aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-07 20:18:36 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-07 20:18:36 +0300
commit8abe6b6732aa18b49199755c89dcedb90ae9c4b6 (patch)
tree9c3d130d220caac170ce13adf7b90e816397e01c /launcher/ui/pages
parente936bc4c60b4262cd70ff1eb3291dc3ead4c53ac (diff)
parent9b9d439fce9408712a594bb294e3bd5f108e31bc (diff)
downloadPrismLauncher-8abe6b6732aa18b49199755c89dcedb90ae9c4b6.tar.gz
PrismLauncher-8abe6b6732aa18b49199755c89dcedb90ae9c4b6.tar.bz2
PrismLauncher-8abe6b6732aa18b49199755c89dcedb90ae9c4b6.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into visit_mod_page
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp b/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
index f5f50cae..3d2d568a 100644
--- a/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
+++ b/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
@@ -68,7 +68,7 @@ QString AtlUserInteractionSupportImpl::chooseVersion(Meta::VersionList::Ptr vlis
// select recommended build
for (int i = 0; i < vlist->versions().size(); i++) {
auto version = vlist->versions().at(i);
- auto reqs = version->requires();
+ auto reqs = version->requiredSet();
// filter by minecraft version, if the loader depends on a certain version.
if (minecraftVersion != nullptr) {