Show notification in screen reader mode (#10900)

This commit is contained in:
christine betts
2025-10-10 15:34:44 -04:00
committed by GitHub
parent a5e47c62e4
commit 0a7ee67707
3 changed files with 25 additions and 4 deletions

View File

@@ -452,7 +452,7 @@ const SETTINGS_SCHEMA = {
label: 'Screen Reader Mode',
category: 'UI',
requiresRestart: true,
default: undefined as boolean | undefined,
default: false,
description:
'Render output in plain-text to be more screen reader accessible',
showInDialog: true,