Dont add scrollbar highlights in /mentions.
This commit is contained in:
@@ -437,7 +437,9 @@ void ChannelView::setChannel(ChannelPtr newChannel)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this->scrollBar_->addHighlight(message->getScrollBarHighlight());
|
if (this->channel_->getType() != Channel::Type::TwitchMentions) {
|
||||||
|
this->scrollBar_->addHighlight(message->getScrollBarHighlight());
|
||||||
|
}
|
||||||
|
|
||||||
this->messageWasAdded_ = true;
|
this->messageWasAdded_ = true;
|
||||||
this->layoutMessages();
|
this->layoutMessages();
|
||||||
|
|||||||
Reference in New Issue
Block a user