We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5113e9 commit ef6a93fCopy full SHA for ef6a93f
1 file changed
src/mainwindow.cpp
@@ -164,7 +164,7 @@ void MainWindow::showEvent(QShowEvent *event)
164
if (this->config->getBool(Config::Setting::UpdateChecker_AutoUpdateCheckEnabled_Bool))
165
{
166
QDateTime currentTime = QDateTime::currentDateTimeUtc();
167
- 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))
168
169
// Set the currentTime
170
this->config->setValue(Config::Setting::UpdateChecker_LastAutoUpdateCheck_QDateTime, currentTime);
0 commit comments