Allow pinned tabs to be for each individual workspace

This commit is contained in:
mauro-balades
2024-09-13 22:52:30 +02:00
parent 160a449086
commit a546d053ae
8 changed files with 52 additions and 12 deletions

View File

@@ -609,4 +609,9 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.workspaces.individual-pinned-tabs',
type: 'bool',
default: true,
}
]);

View File

@@ -20,11 +20,14 @@
<checkbox id="zenWorkspacesActivate"
data-l10n-id="zen-settings-workspaces-enabled"
preference="zen.workspaces.enabled"/>
<box class="indent">
<vbox class="indent">
<checkbox id="zenWorkspacesHideDefaultContainer"
data-l10n-id="zen-settings-workspaces-hide-default-container-indicator"
preference="zen.workspaces.hide-default-container-indicator"/>
</box>
<checkbox id="zenWorkspacesAllowPinnedTabsForDifferentWorkspaces"
data-l10n-id="zen-settings-workspaces-allow-pinned-tabs-for-different-workspaces"
preference="zen.workspaces.individual-pinned-tabs"/>
</vbox>
</groupbox>
</html:template>