Add option to disable server update checks

This commit is contained in:
schroda
2024-05-07 01:08:08 +02:00
parent 51a0173927
commit 63543a48e3
5 changed files with 71 additions and 6 deletions
+1
View File
@@ -53,6 +53,7 @@ const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
// updates
'webUIInformAvailableUpdate',
'serverInformAvailableUpdate',
];
/**
@@ -49,6 +49,7 @@ export const getDefaultSettings = (): MetadataServerSettings => ({
// updates
webUIInformAvailableUpdate: true,
serverInformAvailableUpdate: true,
});
export const convertSettingsToMetadata = (