boolean-inverse
Example JSON output
{
"policies": {
"HardwareAcceleration": false
}
}Example screenshot
Example implementation
Last updated
{
"policies": {
"HardwareAcceleration": false
}
}Last updated
const policies = {
HardwareAcceleration : {
first_available : { mainstream : '62.0', esr : '60.2' },
ui_category : 'others',
type : 'boolean-inverse'
}
}