diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-01 17:07:35 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-01 17:07:35 +0200 |
| commit | 10be66a62a6d719355d6a494d365e4ea4dac1e9e (patch) | |
| tree | 8d5b1046a4aacabdd7b662c3c4608867b6998652 /src | |
| parent | a02b920b19f4efcf0cefe6056ec7a91764e108bd (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')
| -rw-r--r-- | src/mainwindow.cpp | 5 |
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();
}
}
}
|
