]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
main: don't attempt to restart on crash
authortobtoht <tob@featherwallet.org>
Mon, 28 Oct 2024 12:36:53 +0000 (13:36 +0100)
committertobtoht <tob@featherwallet.org>
Mon, 28 Oct 2024 12:36:53 +0000 (13:36 +0100)
src/main.cpp

index b285482d139dd1df35c83a3de6e9996b647e9c03..9a1b37c404c697e5ee169c2a7fb17fb3240cd4b0 100644 (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