Fixing settings for mouse pointer for pt run and cmdpal (#38649)

In CmdPal and PT Run, if you currently try to go to mouse pointer, it fails.  This looks to be due to capitalization in the command.  This can be validated via run dialog also.

shifting to lowercase fixes the bug.

<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist

- [x] **Closes:** #38223
This commit is contained in:
Clint Rutkas
2025-04-08 04:21:03 -07:00
committed by GitHub
parent 49687251d3
commit 9e8754a592
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@
"Areas": [ "AreaEaseOfAccess" ],
"Type": "AppSettingsApp",
"AltNames": [ "TouchFeedback" ],
"Command": "ms-settings:easeofaccess-MousePointer"
"Command": "ms-settings:easeofaccess-mousepointer"
},
{
"Name": "Display",