restart feature now also uses cmdline args

This commit is contained in:
Martin Rotter 2022-01-26 08:41:47 +01:00
parent 45381aad3a
commit b2f574b7e6

View file

@ -603,7 +603,7 @@ void Application::onAboutToQuit() {
qDebugNN << LOGSEC_CORE << "Killing local peer connection to allow another instance to start."; qDebugNN << LOGSEC_CORE << "Killing local peer connection to allow another instance to start.";
if (QProcess::startDetached(QDir::toNativeSeparators(applicationFilePath()), if (QProcess::startDetached(QDir::toNativeSeparators(applicationFilePath()),
arguments())) { arguments().mid(1))) {
qDebugNN << LOGSEC_CORE << "New application instance was started."; qDebugNN << LOGSEC_CORE << "New application instance was started.";
} }
else { else {