fixed viewing changelog temporarily

This commit is contained in:
fourtf 2018-06-23 23:24:32 +02:00
parent fdabb5d1f2
commit c121eba15d

View file

@ -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);