Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually set the automation name of the default color scheme for scre…
…en reader (#14704) ## Summary of the Pull Request When we navigate to the color schemes page, find the default color scheme (if present) and manually set the container's automation name to include the word 'default'. Note that we don't want to change the actual `ColorSchemeViewModel`'s name since that name is used internally to identify schemes. We only want to change the `ListViewItem`'s name, i.e. the container in the SUI. ## PR Checklist * [x] Closes #14401 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Validation Steps Performed Screen reader reads out the 'default' text now. It also correctly reads out the new default scheme if the default scheme is changed via SUI or json.
- Loading branch information