mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 10:39:59 +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:
parent
53332937c2
commit
6f88c5d2d1
7 changed files with 65 additions and 54 deletions
|
@ -1151,4 +1151,9 @@ Preferences.addAll([
|
|||
type: 'bool',
|
||||
default: true,
|
||||
},
|
||||
{
|
||||
id: 'zen.workspaces.continue-where-left-off',
|
||||
type: 'bool',
|
||||
default: false,
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue