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,
}
]);