diff --git a/src/widgets/helper/channelview.cpp b/src/widgets/helper/channelview.cpp index b693d9681..79c7a3eff 100644 --- a/src/widgets/helper/channelview.cpp +++ b/src/widgets/helper/channelview.cpp @@ -258,7 +258,7 @@ void ChannelView::actuallyLayoutMessages(bool causedByScrollbar) if (this->enableScrollingToBottom && this->showingLatestMessages && showScrollbar) { if (!this->isPaused()) { this->scrollBar.scrollToBottom( - this->messageWasAdded && + // this->messageWasAdded && app->settings->enableSmoothScrollingNewMessages.getValue()); } this->messageWasAdded = false;