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

Added tab unloader to the settings page (WIP)

This commit is contained in:
mauro-balades 2024-09-28 08:30:03 +02:00
parent a222e866fb
commit ffcf2a040c
7 changed files with 41 additions and 14 deletions

View file

@ -940,4 +940,9 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.tab-unloader.enabled',
type: 'bool',
default: true,
},
]);