Added a pref to make essentials container specific, i.e. if a workspace has a container assigned to it, on that workspace only essentials opened in that container will be visible.

This commit is contained in:
Kristijan Ribarić
2024-11-12 10:44:12 +01:00
parent 3277e06740
commit bc45092e03
3 changed files with 38 additions and 4 deletions

View File

@@ -1105,6 +1105,11 @@ Preferences.addAll([
type: "bool",
default: true,
},
{
id: 'zen.workspaces.container-specific-essentials-enabled',
type: 'bool',
default: false,
},
{
id: "zen.tabs.show-newtab-vertical",
type: "bool",