From 04c6c6da5c9387430ea14b062a0bb6712c7b7be3 Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 29 Jan 2019 22:30:43 -0600 Subject: Fix missing nexus update setters --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.cpp') 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(); } } -- cgit v1.3.1