Add option to disable server update checks

This commit is contained in:
schroda
2024-05-07 00:37:01 +02:00
parent 51a0173927
commit 63543a48e3
5 changed files with 71 additions and 6 deletions

View File

@@ -257,6 +257,7 @@ export type MetadataTrackingSettings = {
export type MetadataUpdateSettings = {
webUIInformAvailableUpdate: boolean;
serverInformAvailableUpdate: boolean;
};
export type MetadataServerSettings = MetadataDownloadSettings &