summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-12-03 02:01:43 +0100
committerPetr Mrázek <peterix@gmail.com>2017-12-03 02:01:43 +0100
commit34de313feb46c08449e8d1f89f934f2a4a1afa14 (patch)
tree9aeefd229786c3f200670f465873dbcfce903982 /application
parent85ae710d407eb31527183d5f8bec0399eb209f33 (diff)
downloadMultiMC-34de313feb46c08449e8d1f89f934f2a4a1afa14.tar
MultiMC-34de313feb46c08449e8d1f89f934f2a4a1afa14.tar.gz
MultiMC-34de313feb46c08449e8d1f89f934f2a4a1afa14.tar.lz
MultiMC-34de313feb46c08449e8d1f89f934f2a4a1afa14.tar.xz
MultiMC-34de313feb46c08449e8d1f89f934f2a4a1afa14.zip
NOISSUE disable the unfinished 'Packages' page in settings
Diffstat (limited to 'application')
-rw-r--r--application/MultiMC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp
index feaf88a7..2c443d6a 100644
--- a/application/MultiMC.cpp
+++ b/application/MultiMC.cpp
@@ -513,7 +513,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
m_globalSettingsProvider->addPage<MinecraftPage>();
m_globalSettingsProvider->addPage<JavaPage>();
m_globalSettingsProvider->addPage<ProxyPage>();
- m_globalSettingsProvider->addPage<PackagesPage>();
+ // m_globalSettingsProvider->addPage<PackagesPage>();
m_globalSettingsProvider->addPage<ExternalToolsPage>();
m_globalSettingsProvider->addPage<AccountListPage>();
m_globalSettingsProvider->addPage<PasteEEPage>();