Introduce initial screen reader mode handling and flag (#6653)

This commit is contained in:
christine betts 2025-08-21 22:29:15 +00:00 committed by GitHub
parent 679acc45b2
commit 10286934e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 125 additions and 52 deletions

View file

@ -316,7 +316,7 @@ export async function main() {
/>
</SettingsContext.Provider>
</React.StrictMode>,
{ exitOnCtrlC: false },
{ exitOnCtrlC: false, isScreenReaderEnabled: config.getScreenReader() },
);
checkForUpdates()