summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-04-08 21:22:41 +0200
committerPetr Mrázek <peterix@gmail.com>2018-04-08 21:22:41 +0200
commitbe9063317e767211edfe5a75958df4c22effc987 (patch)
tree6b05dbb72a00dd42a3c0e657e75f3d45fb702b10
parent8ec36e2cb9e596f7528b439dfdbde5e43fd5e9d4 (diff)
downloadMultiMC-be9063317e767211edfe5a75958df4c22effc987.tar
MultiMC-be9063317e767211edfe5a75958df4c22effc987.tar.gz
MultiMC-be9063317e767211edfe5a75958df4c22effc987.tar.lz
MultiMC-be9063317e767211edfe5a75958df4c22effc987.tar.xz
MultiMC-be9063317e767211edfe5a75958df4c22effc987.zip
NOISSUE hide the twitch platform page
-rw-r--r--application/pages/modplatform/TwitchPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/pages/modplatform/TwitchPage.cpp b/application/pages/modplatform/TwitchPage.cpp
index a264c2f7..42aa46be 100644
--- a/application/pages/modplatform/TwitchPage.cpp
+++ b/application/pages/modplatform/TwitchPage.cpp
@@ -20,7 +20,7 @@ TwitchPage::~TwitchPage()
bool TwitchPage::shouldDisplay() const
{
- return true;
+ return false;
}
void TwitchPage::openedImpl()