Revert "Make sure splasher is stopped before showing dialog"

This reverts commit 104a3b90b0.
This commit is contained in:
Benjamin Nauck
2024-10-20 18:40:19 +02:00
parent ef2156d0f6
commit a85d03d807

View File

@@ -975,10 +975,6 @@ void Application::checkForRecomputes() {
return;
WaitCursor wc;
wc.restoreCursor();
// Splasher is shown ontop of warnings on macOS so stop it before it's too late
getMainWindow()->stopSplasher();
auto res = QMessageBox::warning(getMainWindow(), QObject::tr("Recomputation required"),
QObject::tr("Some document(s) require recomputation for migration purposes. "
"It is highly recommended to perform a recomputation before "