Move library display options to global metadata

- showContinueReadingButton
- showDownloadBadge
- showUnreadBadge
This commit is contained in:
schroda
2024-12-30 03:49:39 +01:00
parent 8dc5ec339c
commit 4fc4a8d9b3
6 changed files with 19 additions and 19 deletions

View File

@@ -22,6 +22,9 @@ export const SERVER_SETTINGS_METADATA_DEFAULT: MetadataServerSettings = {
ignoreFilters: false,
removeMangaFromCategories: false,
showTabSize: false,
showContinueReadingButton: false,
showDownloadBadge: false,
showUnreadBadge: false,
// client
devices: [DEFAULT_DEVICE],