diff --git a/YACReaderLibrary/library_comic_opener.cpp b/YACReaderLibrary/library_comic_opener.cpp index 44c8ac28..595cdbf7 100644 --- a/YACReaderLibrary/library_comic_opener.cpp +++ b/YACReaderLibrary/library_comic_opener.cpp @@ -57,5 +57,5 @@ bool YACReader::openComicInThirdPartyApp(const QString &command, const QString & fullCommand = mutableCommand + " \"" + path + "\""; } - return QProcess::startDetached(fullCommand); + return QProcess::startDetached(fullCommand, {}); }