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