boolean-inverse
Use this policy type if you want to set a policy to false.
Example JSON output
{
"policies": {
"HardwareAcceleration": false
}
}Example screenshot
Example implementation
const policies = {
HardwareAcceleration : {
first_available : { mainstream : '62.0', esr : '60.2' },
ui_category : 'others',
type : 'boolean-inverse'
}
}Last updated