mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed open comic from YACReaderLibrary (wrong libraryId was being sent to YACReader)
This commit is contained in:
parent
df36159956
commit
b460a84aee
@ -1279,7 +1279,7 @@ void LibraryWindow::openComic()
|
|||||||
|
|
||||||
quint64 comicId = comic.id;
|
quint64 comicId = comic.id;
|
||||||
//TODO generate IDS for libraries...
|
//TODO generate IDS for libraries...
|
||||||
quint64 libraryId = selectedLibrary->currentIndex();
|
quint64 libraryId = libraries.getId(selectedLibrary->currentText());
|
||||||
|
|
||||||
// %1 %2 %3 NO-->%4 %5 %6 %7 %8 %9 %10
|
// %1 %2 %3 NO-->%4 %5 %6 %7 %8 %9 %10
|
||||||
//Invoke YACReader comicPath comicId libraryId NO-->currentPage bookmark1 bookmark2 bookmark3 brightness contrast gamma
|
//Invoke YACReader comicPath comicId libraryId NO-->currentPage bookmark1 bookmark2 bookmark3 brightness contrast gamma
|
||||||
|
Loading…
x
Reference in New Issue
Block a user