summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b57c62f8..5237934a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -5571,6 +5571,8 @@ void MainWindow::nxmDescriptionAvailable(QString gameName, int modID, QVariant u
else
mod->setIsEndorsed(false);
}
+ mod->setLastNexusUpdate(QDateTime::currentDateTimeUtc());
+ mod->setLastNexusQuery(QDateTime::currentDateTimeUtc());
mod->saveMeta();
}
}