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

feat: Added an option to restore tabs from where they left off, b=(no-bug), c=common, workspaces

This commit is contained in:
mr. m 2025-05-06 14:34:47 +02:00
parent 53332937c2
commit 6f88c5d2d1
No known key found for this signature in database
GPG key ID: 419302196C23B258
7 changed files with 65 additions and 54 deletions

View file

@ -1151,4 +1151,9 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.workspaces.continue-where-left-off',
type: 'bool',
default: false,
},
]);