mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
And fix a build issue
This commit is contained in:
@@ -290,7 +290,7 @@ void TechnicPage::onSolderLoaded() {
|
|||||||
|
|
||||||
current.versionsLoaded = true;
|
current.versionsLoaded = true;
|
||||||
current.recommended = pack.recommended;
|
current.recommended = pack.recommended;
|
||||||
current.versions.append(pack.builds);
|
current.versions << pack.builds;
|
||||||
|
|
||||||
// Finally, let's reload :)
|
// Finally, let's reload :)
|
||||||
ui->versionSelectionBox->clear();
|
ui->versionSelectionBox->clear();
|
||||||
|
Reference in New Issue
Block a user