diff --git a/src/widgets/window.cpp b/src/widgets/window.cpp index 81d4e6ae0..57aa83cb2 100644 --- a/src/widgets/window.cpp +++ b/src/widgets/window.cpp @@ -257,10 +257,10 @@ void Window::showEvent(QShowEvent *event) if (box->exec() == QMessageBox::Yes) { QDesktopServices::openUrl(QUrl("https://fourtf.com/chatterino-changelog/")); } - - getApp()->settings->currentVersion.setValue(CHATTERINO_VERSION); } + getApp()->settings->currentVersion.setValue(CHATTERINO_VERSION); + BaseWindow::showEvent(event); }