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