mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Dont add scrollbar highlights in /mentions.
This commit is contained in:
parent
d751d1939e
commit
eb230494a6
1 changed files with 3 additions and 1 deletions
|
@ -437,7 +437,9 @@ void ChannelView::setChannel(ChannelPtr newChannel)
|
|||
}
|
||||
}
|
||||
|
||||
if (this->channel_->getType() != Channel::Type::TwitchMentions) {
|
||||
this->scrollBar_->addHighlight(message->getScrollBarHighlight());
|
||||
}
|
||||
|
||||
this->messageWasAdded_ = true;
|
||||
this->layoutMessages();
|
||||
|
|
Loading…
Reference in a new issue