mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Forgot to set the UpdatesLastChecked timestamp
This commit is contained in:
parent
973f409587
commit
6b1c125218
@ -186,6 +186,8 @@ void UpdaterWindow::updateFinished(QNetworkReply *reply)
|
||||
#else
|
||||
ParseLatestVersion(&file);
|
||||
#endif
|
||||
PREF[STR_GEN_UpdatesLastChecked] = QDateTime::currentDateTime();
|
||||
|
||||
file.close();
|
||||
reply->deleteLater();
|
||||
}
|
||||
@ -445,6 +447,7 @@ void UpdaterWindow::ParseLatestVersion(QIODevice *file)
|
||||
QString version=text.readAll().trimmed();
|
||||
qDebug() << "Latest version is" << version;
|
||||
int i=compareVersion(version);
|
||||
|
||||
if (i>0) {
|
||||
mainwin->Notify(tr("Version %1 of SleepyHead is available, opening link to download site.").arg(version), STR_TR_SleepyHead);
|
||||
QDesktopServices::openUrl(QUrl(QString("http://sleepyhead.jedimark.net")));
|
||||
|
Loading…
Reference in New Issue
Block a user