summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-07-22 09:06:31 +0200
committerPetr Mrázek <peterix@gmail.com>2018-07-22 09:06:31 +0200
commit14f85813c82f9202d39e292965b1ab710a479d4e (patch)
tree4740dbaa33a007a647c8a84eef0d1f597b1796da
parentbbb3b3e6f6e3c0f95873f22e6d0a4aaf350f49d9 (diff)
downloadMultiMC-14f85813c82f9202d39e292965b1ab710a479d4e.tar
MultiMC-14f85813c82f9202d39e292965b1ab710a479d4e.tar.gz
MultiMC-14f85813c82f9202d39e292965b1ab710a479d4e.tar.lz
MultiMC-14f85813c82f9202d39e292965b1ab710a479d4e.tar.xz
MultiMC-14f85813c82f9202d39e292965b1ab710a479d4e.zip
NOISSUE hide the new mods page
-rw-r--r--application/InstancePageProvider.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/InstancePageProvider.h b/application/InstancePageProvider.h
index d07b2ac2..c5dd0919 100644
--- a/application/InstancePageProvider.h
+++ b/application/InstancePageProvider.h
@@ -40,9 +40,11 @@ public:
auto modsPage = new ModFolderPage(onesix.get(), onesix->loaderModList(), "mods", "loadermods", tr("Loader mods"), "Loader-mods");
modsPage->setFilter("%1 (*.zip *.jar *.litemod)");
values.append(modsPage);
- auto modsPage2 = new NewModFolderPage(onesix.get(), onesix->modsModel(), "newmods", "newloadermods", tr("New loader mods"), "New-loader-mods");
+ /*
+ auto modsPage2 = new NewModFolderPage(onesix.get(), onesix->modsModel(), "mods", "mods", tr("Mods"), "Mods");
modsPage2->setFilter("%1 (*.zip *.jar *.litemod)");
values.append(modsPage2);
+ */
values.append(new CoreModFolderPage(onesix.get(), onesix->coreModList(), "coremods", "coremods", tr("Core mods"), "Core-mods"));
values.append(new ResourcePackPage(onesix.get()));
values.append(new TexturePackPage(onesix.get()));