mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add setting to control what "recent" is considered.
This commit is contained in:
@ -24,6 +24,7 @@ public:
|
||||
void setContinueReadingModel(ComicModel *model);
|
||||
void reloadContinueReadingModel();
|
||||
void setShowRecent(bool visible);
|
||||
void setRecentRange(int days);
|
||||
|
||||
FolderModel *currentFolderModel() { return folderModel; }
|
||||
signals:
|
||||
|
Reference in New Issue
Block a user