From 7762c1f53a52932ad4e4d9c76d54a62a0ee56d91 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Wed, 14 Oct 2020 19:38:10 +0200 Subject: Check for problems when closing the settings dialog. --- src/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.cpp') 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(); -- cgit v1.3.1