Add setting to control what "recent" is considered.

This commit is contained in:
Luis Ángel San Martín
2023-05-20 17:43:38 +02:00
parent 6a6a239cc7
commit 45af72520b
17 changed files with 86 additions and 14 deletions

View File

@ -2756,6 +2756,8 @@ void LibraryWindow::reloadOptions()
contentViewsManager->comicsView->updateConfig(settings);
trayIconController->updateIconVisibility();
recentVisibilityCoordinator->updateTimeRange();
}
QString LibraryWindow::currentPath()