summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 8b2a755d..876fc28a 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -1378,6 +1378,9 @@ void OrganizerCore::modStatusChanged(unsigned int index)
FilesOrigin &origin = m_DirectoryStructure->getOriginByName(ToWString(modInfo->name()));
origin.enable(false);
}
+ if (m_UserInterface != nullptr) {
+ m_UserInterface->archivesWriter().write();
+ }
}
modInfo->clearCaches();