mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
I accidently an assignment
This commit is contained in:
parent
df81a0e5a5
commit
02b73cfa27
|
@ -204,6 +204,7 @@ void ChannelView::actuallyLayoutMessages()
|
|||
this->scrollBar.scrollToBottom(
|
||||
this->messageWasAdded &&
|
||||
singletons::SettingManager::getInstance().enableSmoothScrollingNewMessages.getValue());
|
||||
this->messageWasAdded = false;
|
||||
}
|
||||
|
||||
// MARK(timer);
|
||||
|
|
Loading…
Reference in a new issue