disable that upgrade page

This commit is contained in:
Petr Mrázek 2014-07-03 02:26:00 +02:00
parent 18a342ef14
commit a75e64dd18

View File

@ -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"));