mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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
|
//Comic is readed
|
||||||
#else
|
#else
|
||||||
|
|
||||||
QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+"/YACReader",QStringList() << path);
|
QProcess::startDetached(QDir::cleanPath(QCoreApplication::applicationDirPath())+QString("/YACReader \"%1\"").arg(path),QStringList());
|
||||||
#endif
|
#endif
|
||||||
//Comic is readed
|
//Comic is readed
|
||||||
setCurrentComicReaded();
|
setCurrentComicReaded();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user