diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index b97558acb..6ba65b311 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -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->layoutMessages();