🗃️ Adds new option to config, enableMultiTasking

If set to true, will keep apps open in the background when in the workspace view. Useful for quickly switching between multiple sites, and preserving their state, but comes at the cost of performance.
This commit is contained in:
Alicia Sykes
2021-08-11 05:06:42 +01:00
parent 030764c99e
commit 6f3c9d36a1
2 changed files with 6 additions and 0 deletions

View File

@@ -239,6 +239,11 @@
}
}
},
"enableMultiTasking": {
"type": "boolean",
"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"
},
"allowConfigEdit": {
"type": "boolean",
"default": true,