diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a270fd10..8d9857c1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5432,6 +5432,10 @@ void MainWindow::updateDownloadView() void MainWindow::modUpdateCheck(std::multimap<QString, int> IDs) { + if (m_OrganizerCore.settings().network().offlineMode()) { + return; + } + if (NexusInterface::instance().getAccessManager()->validated()) { ModInfo::manualUpdateCheck(this, IDs); } else { |
