diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-14 19:38:10 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-10-14 19:38:10 +0200 |
| commit | 7762c1f53a52932ad4e4d9c76d54a62a0ee56d91 (patch) | |
| tree | a194c9b5cd1ef2033b722e34e56d2c1f93f9b471 /src/mainwindow.cpp | |
| parent | 6652e9c3be70b6cc9d66f21e2f95a3331267b662 (diff) | |
Check for problems when closing the settings dialog.
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 3 |
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(); |
