diff options
| author | Silarn <jrim@rimpo.org> | 2019-01-29 22:30:43 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:29:26 -0600 |
| commit | 04c6c6da5c9387430ea14b062a0bb6712c7b7be3 (patch) | |
| tree | e00cb647aa28fee0e52810a805443575e0e90b8e /src/mainwindow.cpp | |
| parent | c7c4a8b08e16ac7f40b5ce75c35a1ee5787a97b0 (diff) | |
Fix missing nexus update setters
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
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(); } } |
