mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-27 07:46:17 +01:00
restart feature now also uses cmdline args
This commit is contained in:
parent
45381aad3a
commit
b2f574b7e6
@ -603,7 +603,7 @@ void Application::onAboutToQuit() {
|
||||
qDebugNN << LOGSEC_CORE << "Killing local peer connection to allow another instance to start.";
|
||||
|
||||
if (QProcess::startDetached(QDir::toNativeSeparators(applicationFilePath()),
|
||||
arguments())) {
|
||||
arguments().mid(1))) {
|
||||
qDebugNN << LOGSEC_CORE << "New application instance was started.";
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user