🗃️ Adds option for global useProxy (#486)

This commit is contained in:
Alicia Sykes
2022-02-10 13:23:30 +00:00
parent c3b93e4164
commit f7c3c80b33
3 changed files with 11 additions and 1 deletions

View File

@@ -209,6 +209,12 @@
"default": false,
"description": "If set to true, will keep apps opened in the workspace open in the background. Useful for switching between sites, but comes at the cost of performance"
},
"widgetsAlwaysUseProxy": {
"title": "Widgets always use proxy",
"type": "boolean",
"default": false,
"description": "If set to true, the useProxy option for widgets will always be applied without having to specify it for each widget"
},
"webSearch": {
"title": "Web Search",
"type": "object",