1
0
mirror of https://github.com/MultiMC/MultiMC5.git synced 2025-01-16 04:13:11 +00:00

NOISSUE hide the twitch platform page

This commit is contained in:
Petr Mrázek 2018-04-08 21:22:41 +02:00
parent 8ec36e2cb9
commit be9063317e

View File

@ -20,7 +20,7 @@ TwitchPage::~TwitchPage()
bool TwitchPage::shouldDisplay() const
{
return true;
return false;
}
void TwitchPage::openedImpl()