mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
Fix bug in folder comic opening
This commit is contained in:
@ -879,7 +879,7 @@ void MainWindowViewer::openFolderFromPath(QString pathDir, QString atFileName)
|
||||
if(i < list.count())
|
||||
index = i;
|
||||
|
||||
viewer->open(pathDir,i);
|
||||
viewer->open(pathDir,index);
|
||||
}
|
||||
|
||||
void MainWindowViewer::saveImage()
|
||||
|
Reference in New Issue
Block a user