diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-11-15 00:36:47 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-11-15 00:36:47 +0100 |
commit | a8e77f0ecc2f6e15896b1d6171fd66c73478d5e8 (patch) | |
tree | 9ef4104434793e8847277c0bcbc6d49af9185545 /application/MainWindow.cpp | |
parent | 5603133822880d7c00507e2eed26f0b2f5d1a164 (diff) | |
download | MultiMC-a8e77f0ecc2f6e15896b1d6171fd66c73478d5e8.tar MultiMC-a8e77f0ecc2f6e15896b1d6171fd66c73478d5e8.tar.gz MultiMC-a8e77f0ecc2f6e15896b1d6171fd66c73478d5e8.tar.lz MultiMC-a8e77f0ecc2f6e15896b1d6171fd66c73478d5e8.tar.xz MultiMC-a8e77f0ecc2f6e15896b1d6171fd66c73478d5e8.zip |
NOISSUE remove some nonsense and dead code
Diffstat (limited to 'application/MainWindow.cpp')
-rw-r--r-- | application/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MainWindow.cpp b/application/MainWindow.cpp index 2b6d0c0e..595e0615 100644 --- a/application/MainWindow.cpp +++ b/application/MainWindow.cpp @@ -825,7 +825,7 @@ MainWindow::~MainWindow() void MainWindow::konamiTriggered() { - ENV.enableFeature("NewModsPage"); + // ENV.enableFeature("NewModsPage"); qDebug() << "Super Secret Mode ACTIVATED!"; } |