Feature/modify global update settings (#432)

* Move setting components in "settings" folder

* Add setting to change global update automation
This commit is contained in:
schroda
2023-10-29 02:01:59 +02:00
committed by GitHub
parent 4c6d507405
commit 678df88068
9 changed files with 149 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ import {
GetChapterQuery,
GetExtensionQuery,
GetMangaQuery,
GetServerSettingsQuery,
GetSourceQuery,
MetaType,
SourcePreferenceChangeInput,
@@ -376,3 +377,5 @@ export type BackupValidationResult = {
missingTrackers: string[];
mangasMissingSources: string[];
};
export type ServerSettings = GetServerSettingsQuery['settings'];