Remove experimental IRC support (#5547)
This commit is contained in:
@@ -752,8 +752,7 @@ void UserInfoPopup::setData(const QString &name,
|
||||
|
||||
auto type = this->channel_->getType();
|
||||
if (type == Channel::Type::TwitchLive ||
|
||||
type == Channel::Type::TwitchWhispers || type == Channel::Type::Irc ||
|
||||
type == Channel::Type::Misc)
|
||||
type == Channel::Type::TwitchWhispers || type == Channel::Type::Misc)
|
||||
{
|
||||
// not a normal twitch channel, the url opened by the button will be invalid, so hide the button
|
||||
this->ui_.usercardLabel->hide();
|
||||
|
||||
Reference in New Issue
Block a user