Added preferences for split views and tabs unloader

This commit is contained in:
mauro-balades
2024-09-29 12:18:21 +02:00
parent c29a81d710
commit 40890470fe
7 changed files with 46 additions and 4 deletions

View File

@@ -954,4 +954,14 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.view.split-view.change-on-hover',
type: 'bool',
default: true,
},
{
id: 'zen.tab-unloader.timeout-minutes',
type: 'int',
default: 10,
}
]);