mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 13:32:51 -05:00
Add setting to control what "recent" is considered.
This commit is contained in:
@ -212,6 +212,11 @@ void FolderContentView::setShowRecent(bool visible)
|
||||
folderModel->setShowRecent(visible);
|
||||
}
|
||||
|
||||
void FolderContentView::setRecentRange(int days)
|
||||
{
|
||||
folderModel->setRecentRange(days);
|
||||
}
|
||||
|
||||
void FolderContentView::openFolder(int index)
|
||||
{
|
||||
emit subfolderSelected(this->parent, index);
|
||||
|
||||
Reference in New Issue
Block a user