summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index fa5a790c..3428d72a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -5094,6 +5094,9 @@ void MainWindow::on_actionSettings_triggered()
instManager->setModsDirectory(settings.paths().mods());
instManager->setDownloadDirectory(settings.paths().downloads());
+ // Schedule a problem check since diagnose plugins may have been enabled / disabled.
+ scheduleCheckForProblems();
+
fixCategories();
refreshFilters();