summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-08-01 17:07:35 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-08-01 17:07:35 +0200
commit10be66a62a6d719355d6a494d365e4ea4dac1e9e (patch)
tree8d5b1046a4aacabdd7b662c3c4608867b6998652 /src/mainwindow.cpp
parenta02b920b19f4efcf0cefe6056ec7a91764e108bd (diff)
Revert "Temporarely disable the BSA list refresh if it is hidden from view. this will need to be reversted once the Bsa changes are added I presume."
This reverts commit 8f28e0af36d6246f1230a8aa296cfd5485b34242.
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();
}
}
}