GH-1895 update LWJGL list during legacy instance update
This commit is contained in:
parent
d70c783de8
commit
572a6026b5
3 changed files with 22 additions and 9 deletions
|
@ -350,10 +350,10 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
|
|||
|
||||
initIcons();
|
||||
initThemes();
|
||||
// make sure we have at least some minecraft versions before we init instances
|
||||
initInstances();
|
||||
initAccounts();
|
||||
initNetwork();
|
||||
initLegacyLwjgl();
|
||||
|
||||
// now we have network, download translation updates
|
||||
m_translations->downloadIndex();
|
||||
|
@ -859,6 +859,11 @@ void MultiMC::initMCEdit()
|
|||
m_mcedit.reset(new MCEditTool(m_settings));
|
||||
}
|
||||
|
||||
void MultiMC::initLegacyLwjgl()
|
||||
{
|
||||
auto list = lwjgllist();
|
||||
}
|
||||
|
||||
std::shared_ptr<TranslationsModel> MultiMC::translations()
|
||||
{
|
||||
return m_translations;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue