From 0e9da8d4f582592f5eb9c0129ffcbcda0564d105 Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Thu, 26 Aug 2021 17:57:08 -0700 Subject: Fix checking for updates when no installedFile --- src/mainwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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); -- cgit v1.3.1