File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
"name" : "Default preferences" ,
19
19
"preferences" : {
20
20
"http://registry.gpii.net/applications/com.microsoft.windows.soundSentry" : {
21
- "WindowsEffect" : 2
21
+ "WindowsEffect" : "2"
22
22
}
23
23
}
24
24
}
Original file line number Diff line number Diff line change 29387
29387
"hKey": "HKEY_CURRENT_USER",
29388
29388
"path": "Control Panel\\Accessibility\\SoundSentry",
29389
29389
"dataTypes": {
29390
- "WindowsEffect": "REG_DWORD "
29390
+ "WindowsEffect": "REG_SZ "
29391
29391
}
29392
29392
},
29393
29393
"supportedSettings": {
@@ -29396,10 +29396,10 @@
29396
29396
"title": "SoundSentry",
29397
29397
"description": "Selects the desired visual notification for sounds.",
29398
29398
"enum": [
29399
- 0 ,
29400
- 1 ,
29401
- 2 ,
29402
- 3
29399
+ "0" ,
29400
+ "1" ,
29401
+ "2" ,
29402
+ "3"
29403
29403
],
29404
29404
"enumLabels": [
29405
29405
"No visual alert",
Original file line number Diff line number Diff line change 263
263
"Dock" : 0
264
264
} ,
265
265
"http://registry.gpii.net/applications/com.microsoft.windows.soundSentry" : {
266
- "WindowsEffect" : 2
266
+ "WindowsEffect" : "2"
267
267
} ,
268
268
"http://registry.gpii.net/applications/com.microsoft.windows.volumeControl" : {
269
269
"Volume" : {
Original file line number Diff line number Diff line change @@ -720,13 +720,13 @@ gpii.tests.windows.builtIn = [
720
720
} ] ,
721
721
"com.microsoft.windows.soundSentry" : [ {
722
722
"settings" : {
723
- "WindowsEffect" : 2
723
+ "WindowsEffect" : "2"
724
724
} ,
725
725
"options" : {
726
726
"hKey" : "HKEY_CURRENT_USER" ,
727
727
"path" : "Control Panel\\Accessibility\\SoundSentry" ,
728
728
"dataTypes" : {
729
- "WindowsEffect" : "REG_DWORD "
729
+ "WindowsEffect" : "REG_SZ "
730
730
}
731
731
}
732
732
} ] ,
You can’t perform that action at this time.
0 commit comments