diff --git a/src-ui/src/app/data/paperless-config.ts b/src-ui/src/app/data/paperless-config.ts index f41776e78..01f2b3551 100644 --- a/src-ui/src/app/data/paperless-config.ts +++ b/src-ui/src/app/data/paperless-config.ts @@ -269,6 +269,8 @@ export const PaperlessConfigOptions: ConfigOption[] = [ type: ConfigOptionType.JSON, config_key: 'PAPERLESS_CONSUMER_TAG_BARCODE_MAPPING', category: ConfigCategory.Barcode, + }, + { key: 'ai_enabled', title: $localize`AI Enabled`, type: ConfigOptionType.Boolean,