Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for now.
This commit is contained in:
		| @@ -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); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user