mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
show changelog fix
This commit is contained in:
parent
c121eba15d
commit
b056a07f65
1 changed files with 2 additions and 2 deletions
|
@ -257,9 +257,9 @@ void Window::showEvent(QShowEvent *event)
|
|||
if (box->exec() == QMessageBox::Yes) {
|
||||
QDesktopServices::openUrl(QUrl("https://fourtf.com/chatterino-changelog/"));
|
||||
}
|
||||
}
|
||||
|
||||
getApp()->settings->currentVersion.setValue(CHATTERINO_VERSION);
|
||||
}
|
||||
|
||||
BaseWindow::showEvent(event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue