Add option to disable webUI update checks

This commit is contained in:
schroda
2024-05-07 00:30:22 +02:00
parent 819d9bad66
commit 51a0173927
6 changed files with 81 additions and 8 deletions

View File

@@ -50,6 +50,9 @@ const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
// tracking
'updateProgressAfterReading',
'updateProgressManualMarkRead',
// updates
'webUIInformAvailableUpdate',
];
/**

View File

@@ -46,6 +46,9 @@ export const getDefaultSettings = (): MetadataServerSettings => ({
// tracking
updateProgressAfterReading: true,
updateProgressManualMarkRead: false,
// updates
webUIInformAvailableUpdate: true,
});
export const convertSettingsToMetadata = (