From c121eba15d92ec8f1e08a887b41d97ac5b0bc884 Mon Sep 17 00:00:00 2001 From: fourtf Date: Sat, 23 Jun 2018 23:24:32 +0200 Subject: [PATCH] fixed viewing changelog temporarily --- src/widgets/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/window.cpp b/src/widgets/window.cpp index a0eb611ce..81d4e6ae0 100644 --- a/src/widgets/window.cpp +++ b/src/widgets/window.cpp @@ -249,7 +249,7 @@ void Window::showEvent(QShowEvent *event) box->show(); } - if (getApp()->settings->currentVersion.getValue() != "" && + if ( // getApp()->settings->currentVersion.getValue() != "" && getApp()->settings->currentVersion.getValue() != CHATTERINO_VERSION) { auto box = new QMessageBox(QMessageBox::Information, "Chatterino 2 Beta", "Show changelog?", QMessageBox::Yes | QMessageBox::No);