disable that upgrade page
This commit is contained in:
parent
18a342ef14
commit
a75e64dd18
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ LegacyInstance::LegacyInstance(const QString &rootDir, SettingsObject *settings,
|
|||
QList<BasePage *> LegacyInstance::getPages()
|
||||
{
|
||||
QList<BasePage *> values;
|
||||
values.append(new LegacyUpgradePage(this));
|
||||
// FIXME: actually implement the legacy instance upgrade, then enable this.
|
||||
//values.append(new LegacyUpgradePage(this));
|
||||
values.append(new LegacyJarModPage(this));
|
||||
values.append(new ModFolderPage(this, loaderModList(), "mods", "plugin-blue", tr("Loader mods"),
|
||||
"Loader-mods"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue