Added user consent config options, #3692

This commit is contained in:
Ylian Saint-Hilaire
2022-02-22 12:32:49 -08:00
parent 4b4419f581
commit e160f8e73f
6 changed files with 41 additions and 33 deletions

View File

@@ -492,7 +492,9 @@
"Title": { "type": "string" },
"Desktop": { "type": "string" },
"Terminal": { "type": "string" },
"Files": { "type": "string" }
"Files": { "type": "string" },
"consentTimeout": { "type": "integer", "default": 30, "description": "How long in seconds to show the user consent dialog box." },
"autoAcceptOnTimeout": { "type": "boolean", "default": false, "description": "If true, user consent is accepted after the timeout." }
}
},
"notificationMessages": {