mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
bug fixed in yacreader pathToFile argument
This commit is contained in:
parent
3b88845aa3
commit
e7fa648461
@ -1012,7 +1012,7 @@ void LibraryWindow::openComic()
|
||||
//Comic is readed
|
||||
#else
|
||||
|
||||
QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+"/YACReader",QStringList() << path);
|
||||
QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+QString("/YACReader \"%1\"").arg(path),QStringList());
|
||||
#endif
|
||||
//Comic is readed
|
||||
setCurrentComicReaded();
|
||||
|
Loading…
x
Reference in New Issue
Block a user