Add option to disable webUI update checks
This commit is contained in:
@@ -50,6 +50,9 @@ const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
|
||||
// tracking
|
||||
'updateProgressAfterReading',
|
||||
'updateProgressManualMarkRead',
|
||||
|
||||
// updates
|
||||
'webUIInformAvailableUpdate',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@@ -46,6 +46,9 @@ export const getDefaultSettings = (): MetadataServerSettings => ({
|
||||
// tracking
|
||||
updateProgressAfterReading: true,
|
||||
updateProgressManualMarkRead: false,
|
||||
|
||||
// updates
|
||||
webUIInformAvailableUpdate: true,
|
||||
});
|
||||
|
||||
export const convertSettingsToMetadata = (
|
||||
|
||||
Reference in New Issue
Block a user