Skip to content

Commit

Permalink
NOISSUE hide the twitch platform page
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Apr 8, 2018
1 parent 8ec36e2 commit be90633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/pages/modplatform/TwitchPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TwitchPage::~TwitchPage()

bool TwitchPage::shouldDisplay() const
{
return true;
return false;
}

void TwitchPage::openedImpl()
Expand Down

0 comments on commit be90633

Please sign in to comment.