mirror of
https://github.com/YACReader/yacreader
synced 2025-12-03 07:52:58 -05:00
fixed load volumes model in select volume
added full fordwar and backward navigation in volume scraping
This commit is contained in:
@ -47,6 +47,7 @@ protected slots:
|
||||
void launchSearchVolume();
|
||||
void launchSearchComic();
|
||||
void showSelectVolume(const QString & json);
|
||||
void showSelectVolume();
|
||||
void showSelectComic(const QString & json);
|
||||
void showSortVolumeComics(const QString & json);
|
||||
private:
|
||||
@ -65,7 +66,8 @@ private:
|
||||
SelectingComic,
|
||||
SelectingSeries,
|
||||
SearchingSingleComic,
|
||||
SearchingVolume
|
||||
SearchingVolume,
|
||||
SortingComics
|
||||
};
|
||||
|
||||
ScraperMode mode;
|
||||
|
||||
Reference in New Issue
Block a user