Skip to content

Commit

Permalink
Merge branch 'MultiMC:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 authored Mar 21, 2024
2 parents 2bd0d5d + 056faf3 commit f2d1f98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions launcher/ui/pages/instance/VersionPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@ void VersionPage::on_actionChange_version_triggered()
on_actionInstall_Forge_triggered();
return;
}
else if (uid == "net.neoforged")
{
on_actionInstall_NeoForge_triggered();
return;
}
else if (uid == "com.mumfrey.liteloader")
{
on_actionInstall_LiteLoader_triggered();
Expand Down

0 comments on commit f2d1f98

Please sign in to comment.