fix(updater) fixes form first round of testing

- reset update time after check

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-06-29 14:01:11 -07:00
parent cb7ff81ade
commit e38adf6006
6 changed files with 95 additions and 30 deletions

View File

@ -216,6 +216,9 @@ public:
int suitableMaxMem();
bool updaterEnabled();
QString updaterBinaryName();
signals:
void updateAllowedChanged(bool status);
void globalSettingsAboutToOpen();