Minor comment update to configs.

This commit is contained in:
Michael Spalti
2022-09-09 14:28:52 -07:00
parent aad0085d61
commit 8ff9f81247
4 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ export class DefaultAppConfig implements AppConfig {
fiveYearLimit: 30,
// The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
defaultLowerLimit: 1900,
// Whether to add item thumbnail images to browse and search result lists.
// Whether to add item thumbnail images to BOTH browse and search result lists.
showItemThumbnails: true
};