mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fix bug in folder comic opening
This commit is contained in:
parent
ceb5b38cd6
commit
6e18f4c8c3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user