Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for now.
This commit is contained in:
parent
84ae67fff5
commit
223a7aba7b
2 changed files with 10 additions and 1 deletions
|
@ -368,4 +368,12 @@ void VersionPage::versionCurrent(const QModelIndex ¤t, const QModelIndex &
|
|||
ui->moveLibraryDownBtn->setEnabled(enabled);
|
||||
ui->moveLibraryUpBtn->setEnabled(enabled);
|
||||
}
|
||||
if(m_version->versionFileId(current.row()) == "net.minecraft")
|
||||
{
|
||||
ui->changeMCVersionBtn->setEnabled(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
ui->changeMCVersionBtn->setEnabled(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue