summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index d8dd6e45..f587cc50 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2544,10 +2544,7 @@ void MainWindow::displayModInformation(ModInfo::Ptr modInfo, unsigned int index,
, modInfo->stealFiles()
, modInfo->archives());
DirectoryRefresher::cleanStructure(m_OrganizerCore.directoryStructure());
- //TODO: change this to always work once the BSA parsing is back in place.
- if (ui->bsaList->isVisible())
- m_OrganizerCore.refreshBSAList();
- m_OrganizerCore.refreshESPList();
+ m_OrganizerCore.refreshLists();
}
}
}