mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed viewing changelog temporarily
This commit is contained in:
parent
fdabb5d1f2
commit
c121eba15d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue