diff --git a/src/librssguard/miscellaneous/application.cpp b/src/librssguard/miscellaneous/application.cpp index 3fee4162e..4c3df605c 100644 --- a/src/librssguard/miscellaneous/application.cpp +++ b/src/librssguard/miscellaneous/application.cpp @@ -602,7 +602,8 @@ void Application::onAboutToQuit() { finish(); 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())) { qDebugNN << LOGSEC_CORE << "New application instance was started."; } else {