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