main: don't attempt to restart on crash

This commit is contained in:
tobtoht 2024-10-28 13:36:53 +01:00
parent 8a2326089e
commit 60124a6b44
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -52,9 +52,6 @@ void signal_handler(int signum) {
out.close();
}
// Make a last ditch attempt to restart the application
QProcess::startDetached(qApp->arguments()[0], qApp->arguments());
::raise(SIGABRT);
}
#endif