Skip to content

Commit c7215a2

Browse files
committed
GPII-4510 SoundSentry is showing up as REG_SZ in regedit, and despite being numbers, these are saved as strings in the registry.
1 parent 5b6163b commit c7215a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

testData/solutions/win32.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29387,7 +29387,7 @@
2938729387
"hKey": "HKEY_CURRENT_USER",
2938829388
"path": "Control Panel\\Accessibility\\SoundSentry",
2938929389
"dataTypes": {
29390-
"WindowsEffect": "REG_DWORD"
29390+
"WindowsEffect": "REG_SZ"
2939129391
}
2939229392
},
2939329393
"supportedSettings": {
@@ -29396,10 +29396,10 @@
2939629396
"title": "SoundSentry",
2939729397
"description": "Selects the desired visual notification for sounds.",
2939829398
"enum": [
29399-
0,
29400-
1,
29401-
2,
29402-
3
29399+
"0",
29400+
"1",
29401+
"2",
29402+
"3"
2940329403
],
2940429404
"enumLabels": [
2940529405
"No visual alert",

0 commit comments

Comments
 (0)