We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6163b commit c7215a2Copy full SHA for c7215a2
testData/solutions/win32.json5
@@ -29387,7 +29387,7 @@
29387
"hKey": "HKEY_CURRENT_USER",
29388
"path": "Control Panel\\Accessibility\\SoundSentry",
29389
"dataTypes": {
29390
- "WindowsEffect": "REG_DWORD"
+ "WindowsEffect": "REG_SZ"
29391
}
29392
},
29393
"supportedSettings": {
@@ -29396,10 +29396,10 @@
29396
"title": "SoundSentry",
29397
"description": "Selects the desired visual notification for sounds.",
29398
"enum": [
29399
- 0,
29400
- 1,
29401
- 2,
29402
- 3
+ "0",
+ "1",
+ "2",
+ "3"
29403
],
29404
"enumLabels": [
29405
"No visual alert",
0 commit comments