Browse Source
Merge pull request #627 from BenchTweakGaming/master
Fix Windows 10 UserFolders has JSON control 'cmbcmb'
pull/628/merge
Dmitry Nefedov
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
Wrapper/Config/config_Windows_10.json
-
Wrapper/Config/config_Windows_10_LTSC.json
|
|
@ -460,7 +460,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"Region": "UI & Personalization", |
|
|
|
"Control": "cmb", |
|
|
|
"Control": "cmbcmb", |
|
|
|
"Required": "false", |
|
|
|
"Function": "UserFolders", |
|
|
|
"Arg": { |
|
|
@ -2444,4 +2444,4 @@ |
|
|
|
"Preset": "Zero", |
|
|
|
"WindowsDefault": "" |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
@ -446,7 +446,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"Region": "UI & Personalization", |
|
|
|
"Control": "cmb", |
|
|
|
"Control": "cmbcmb", |
|
|
|
"Required": "false", |
|
|
|
"Function": "UserFolders", |
|
|
|
"Arg": { |
|
|
|