mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
bug fixed in yacreader pathToFile argument
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user