summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-10-02 09:46:10 -0500
committerGitHub <noreply@github.com>2023-10-02 09:46:10 -0500
commit34ad5d85eda2aa8f7df3113a5d24ec05dbbd846f (patch)
treecc256c4bea9c3da80ada42acc9fce4c8f7d59f60 /src/mainwindow.cpp
parentff0eb2fb70df3aa374acd1bbba23871a2d4b1cf5 (diff)
parentee8dbed66c4faa8e9c798dc42dd3b1f20d3f49b5 (diff)
Merge pull request #1892 from ModOrganizer2/settings_refresh
Refresh the esp/bsa lists after closing settings
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
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();
}