summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 5a56e22b..0bada397 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3789,7 +3789,7 @@ void MainWindow::clearOverwrite()
for (auto f : overwriteDir.entryList(QDir::AllDirs | QDir::Files | QDir::NoDotAndDotDot))
delList.push_back(overwriteDir.absoluteFilePath(f));
if (shellDelete(delList, true)) {
- checkForProblems();
+ checkForProblemsAsync();
m_OrganizerCore.refreshModList();
} else {
const auto e = GetLastError();
@@ -5880,7 +5880,7 @@ void MainWindow::on_actionNotifications_triggered()
ProblemsDialog problems(m_PluginContainer.plugins<QObject>(), this);
problems.exec();
- checkForProblems();
+ checkForProblemsAsync();
}
void MainWindow::on_actionChange_Game_triggered()