mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix update last checked glitch
This commit is contained in:
parent
83799c0e70
commit
8598b59d80
@ -12,7 +12,7 @@
|
||||
#include <QCryptographicHash>
|
||||
#include <QDesktopWidget>
|
||||
|
||||
#include "SleepLib/preferences.h"
|
||||
#include "SleepLib/profiles.h"
|
||||
#include "quazip/quazip.h"
|
||||
#include "quazip/quazipfile.h"
|
||||
#include "UpdaterWindow.h"
|
||||
@ -473,6 +473,8 @@ void UpdaterWindow::upgradeNext()
|
||||
ui->downloadTitle->setText("Update Complete!");
|
||||
ui->FinishedButton->setVisible(true);
|
||||
ui->downloadLabel->setText("Updates Complete. SleepyHead needs to restart now, click Finished to do so.");
|
||||
PREF["Updates_LastChecked"]=QDateTime::currentDateTime();
|
||||
PREF["VersionString"]=release->version;
|
||||
} else {
|
||||
ui->downloadTitle->setText("Update Failed :(");
|
||||
success=false;
|
||||
|
Loading…
Reference in New Issue
Block a user