diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9194bcf..70034ce 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -164,7 +164,7 @@ void MainWindow::showEvent(QShowEvent *event) if (this->config->getBool(Config::Setting::UpdateChecker_AutoUpdateCheckEnabled_Bool)) { QDateTime currentTime = QDateTime::currentDateTimeUtc(); - if (currentTime > this->config->getQDateTime(Config::Setting::UpdateChecker_LastAutoUpdateCheck_QDateTime).addSecs(10 * 60)) + if (currentTime > this->config->getQDateTime(Config::Setting::UpdateChecker_LastAutoUpdateCheck_QDateTime).addSecs(6 * 60 * 60)) { // Set the currentTime this->config->setValue(Config::Setting::UpdateChecker_LastAutoUpdateCheck_QDateTime, currentTime);