summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 585ad00e..4d1c16ac 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3019,6 +3019,11 @@ void MainWindow::nxmUpdatesAvailable(QString gameName, int modID, QVariant userD
}
}
}
+ else {
+ // No installedFile means we don't know what to look at for a version so
+ // just get the global mod version
+ requiresInfo = true;
+ }
if (newModStatus > 0) {
mod->setNexusFileStatus(newModStatus);