File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 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