diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-04-08 21:22:41 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-04-08 21:22:41 +0200 |
commit | be9063317e767211edfe5a75958df4c22effc987 (patch) | |
tree | 6b05dbb72a00dd42a3c0e657e75f3d45fb702b10 | |
parent | 8ec36e2cb9e596f7528b439dfdbde5e43fd5e9d4 (diff) | |
download | MultiMC-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.cpp | 2 |
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() |