summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}