From ee8dbed66c4faa8e9c798dc42dd3b1f20d3f49b5 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 1 Oct 2023 20:13:36 -0500 Subject: Refresh the esp/bsa lists after closing settings - Should resolve issues with certain settings not 'applying' immediately - For example: Starfield 'enable plugin management' setting --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8610f5e4..b576c318 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2764,6 +2764,8 @@ void MainWindow::on_actionSettings_triggered() ui->modList->refreshFilters(); ui->modList->refresh(); + m_OrganizerCore.refreshLists(); + if (settings.paths().profiles() != oldProfilesDirectory) { refreshProfiles(); } -- cgit v1.3.1