Merge pull request #2947 from kristijanribaric/feature/add-option-to-make-essentials-container-specific

Feature: container specific Essentials
This commit is contained in:
mr. m 🤙
2024-11-13 23:07:56 +01:00
committed by GitHub
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",