mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
main: don't attempt to restart on crash
This commit is contained in:
parent
8a2326089e
commit
60124a6b44
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ void signal_handler(int signum) {
|
||||||
out.close();
|
out.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make a last ditch attempt to restart the application
|
|
||||||
QProcess::startDetached(qApp->arguments()[0], qApp->arguments());
|
|
||||||
|
|
||||||
::raise(SIGABRT);
|
::raise(SIGABRT);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue