add oldStyle to consentMessages as workaround for win-userconsent crashing #6290

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2024-09-10 11:01:23 +01:00
parent 9e309584db
commit 1d04a13a64
6 changed files with 23 additions and 4 deletions

View File

@@ -1870,6 +1870,11 @@
"type": "boolean",
"default": false,
"description": "If true, user consent is accepted after the timeout."
},
"oldStyle": {
"type": "boolean",
"default": false,
"description": "If true, user consent will be shown in an old style prompt box rather than the new style consent-box."
}
}
},