1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 08:19:59 +02:00

Refactor workspace settings and improve tab management; remove individual pinned tabs preference, update bootstrap command, and enhance tab removal logic for non-existent workspaces.

This commit is contained in:
mr. M 2025-03-06 14:58:35 +01:00
parent d698c51ce0
commit 671a76bf86
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
8 changed files with 32 additions and 18 deletions

View file

@ -944,11 +944,6 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.workspaces.individual-pinned-tabs',
type: 'bool',
default: true,
},
{
id: 'zen.workspaces.show-icon-strip',
type: 'bool',