show changelog fix
This commit is contained in:
@@ -257,10 +257,10 @@ void Window::showEvent(QShowEvent *event)
|
|||||||
if (box->exec() == QMessageBox::Yes) {
|
if (box->exec() == QMessageBox::Yes) {
|
||||||
QDesktopServices::openUrl(QUrl("https://fourtf.com/chatterino-changelog/"));
|
QDesktopServices::openUrl(QUrl("https://fourtf.com/chatterino-changelog/"));
|
||||||
}
|
}
|
||||||
|
|
||||||
getApp()->settings->currentVersion.setValue(CHATTERINO_VERSION);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getApp()->settings->currentVersion.setValue(CHATTERINO_VERSION);
|
||||||
|
|
||||||
BaseWindow::showEvent(event);
|
BaseWindow::showEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user