mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
don't update mods after installing in offline mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user