mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add support for detecting manga issues in YACReader
When an issues is open from YACReaderLibrary we can check if it is a manga an update the UI to enable manga reading. This also fixes going previous/next from the ui/shortcuts
This commit is contained in:
@ -48,6 +48,8 @@ public slots:
|
||||
void open(QString pathFile, const ComicDB &comic);
|
||||
void prev();
|
||||
void next();
|
||||
void left();
|
||||
void right();
|
||||
void showGoToDialog();
|
||||
void goTo(unsigned int page);
|
||||
void updatePage();
|
||||
@ -76,6 +78,7 @@ public slots:
|
||||
void setBookmark(bool);
|
||||
void save();
|
||||
void doublePageSwitch();
|
||||
void setMangaWithoutStoringSetting(bool manga);
|
||||
void doubleMangaPageSwitch();
|
||||
void resetContent();
|
||||
void setLoadingMessage();
|
||||
@ -102,6 +105,7 @@ public slots:
|
||||
void showIsLastMessage();
|
||||
int getCurrentPageNumber();
|
||||
void updateZoomRatio(int ratio);
|
||||
bool getIsMangaMode();
|
||||
|
||||
private:
|
||||
bool information;
|
||||
|
Reference in New Issue
Block a user