Skip to content

Commit

Permalink
Refresh the esp/bsa lists after closing settings
Browse files Browse the repository at this point in the history
- Should resolve issues with certain settings not 'applying' immediately
- For example: Starfield 'enable plugin management' setting
  • Loading branch information
Silarn committed Oct 2, 2023
1 parent ff0eb2f commit ee8dbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2764,6 +2764,8 @@ void MainWindow::on_actionSettings_triggered()
ui->modList->refreshFilters();
ui->modList->refresh();

m_OrganizerCore.refreshLists();

if (settings.paths().profiles() != oldProfilesDirectory) {
refreshProfiles();
}
Expand Down

0 comments on commit ee8dbed

Please sign in to comment.