summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-10-28 05:45:41 -0700
committerGitHub <noreply@github.com>2020-10-28 05:45:41 -0700
commit9615767e179cccacb4c631ec0245a83bcc2d6fa5 (patch)
treec057a5383eeb692f40476bbfcdf8cea663d3e79d /src
parent57e67eeb392ea6d3d4af69ca40538147cc608e0f (diff)
parent194b1c9053ce86adb8b36a71463ef0bd3a57293c (diff)
Merge pull request #1271 from ModOrganizer2/update_archivelist_on_refresh
Write back the updated list of archives during bsaListRefresh.
Diffstat (limited to 'src')
-rw-r--r--src/organizercore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index b39d3ec0..92433f5e 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -1232,6 +1232,7 @@ void OrganizerCore::refreshBSAList()
if (m_UserInterface != nullptr) {
m_UserInterface->updateBSAList(m_DefaultArchives, m_ActiveArchives);
+ m_UserInterface->archivesWriter().write();
}
m_ArchivesInit = true;