Make "hideHistory" settings global
This commit is contained in:
@@ -78,6 +78,7 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
|
|||||||
shouldShowTapZoneLayoutPreview: undefined,
|
shouldShowTapZoneLayoutPreview: undefined,
|
||||||
shouldInformAboutMissingChapter: undefined,
|
shouldInformAboutMissingChapter: undefined,
|
||||||
shouldInformAboutScanlatorChange: undefined,
|
shouldInformAboutScanlatorChange: undefined,
|
||||||
|
hideHistory: undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);
|
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);
|
||||||
@@ -128,6 +129,9 @@ export const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
|
|||||||
// browse
|
// browse
|
||||||
'hideLibraryEntries',
|
'hideLibraryEntries',
|
||||||
|
|
||||||
|
// history
|
||||||
|
'hideHistory',
|
||||||
|
|
||||||
// tracking
|
// tracking
|
||||||
'updateProgressAfterReading',
|
'updateProgressAfterReading',
|
||||||
'updateProgressManualMarkRead',
|
'updateProgressManualMarkRead',
|
||||||
|
|||||||
Reference in New Issue
Block a user