diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index 6de39773..c917db8e 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -90,12 +90,16 @@ "accessibility.visual": "visual", "accessibility.haptics": "haptics", + "accessibility.behavior": "behavior", + "accessibility.transparency.title": "reduce visual transparency", "accessibility.transparency.description": "transparency of surfaces will be reduced and all blur effects will be disabled. may also improve ui performance on less powerful devices.", "accessibility.motion.title": "reduce motion", "accessibility.motion.description": "animations and transitions will be disabled whenever possible.", "accessibility.haptics.title": "disable haptics", "accessibility.haptics.description": "all haptic effects will be disabled.", + "accessibility.auto_queue.title": "don't open the queue automatically", + "accessibility.auto_queue.description": "the processing queue will not be opened automatically whenever a new item is added to it. progress will still be displayed and you will still be able to open it manually.", "language": "language", "language.auto.title": "automatic selection", diff --git a/web/src/routes/settings/accessibility/+page.svelte b/web/src/routes/settings/accessibility/+page.svelte index e30af1b9..77aef251 100644 --- a/web/src/routes/settings/accessibility/+page.svelte +++ b/web/src/routes/settings/accessibility/+page.svelte @@ -24,6 +24,18 @@ /> + + + + {#if device.supports.haptics}