GH-1895 update LWJGL list during legacy instance update
This commit is contained in:
@ -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;
|
||||
|
@ -185,6 +185,7 @@ private:
|
||||
void initAccounts();
|
||||
void initMCEdit();
|
||||
void initAnalytics();
|
||||
void initLegacyLwjgl();
|
||||
void shutdownAnalytics();
|
||||
bool createSetupWizard();
|
||||
void performMainStartupAction();
|
||||
|
Reference in New Issue
Block a user