summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-10-14 19:38:10 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-10-14 19:38:10 +0200
commit7762c1f53a52932ad4e4d9c76d54a62a0ee56d91 (patch)
treea194c9b5cd1ef2033b722e34e56d2c1f93f9b471 /src/mainwindow.cpp
parent6652e9c3be70b6cc9d66f21e2f95a3331267b662 (diff)
Check for problems when closing the settings dialog.
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();