diff --git a/src/chatlog/chatlog.cpp b/src/chatlog/chatlog.cpp index baa20e236..cc5e58fb9 100644 --- a/src/chatlog/chatlog.cpp +++ b/src/chatlog/chatlog.cpp @@ -128,6 +128,7 @@ ChatLog::ChatLog(QWidget* parent) reloadTheme(); retranslateUi(); Translator::registerHandler(std::bind(&ChatLog::retranslateUi, this), this); + scrollToBottom(); } ChatLog::~ChatLog()