Refactor preferences for tab unloading feature

This commit is contained in:
mauro-balades
2024-09-26 18:44:33 +02:00
parent c32c16d932
commit bd9f68e0c0
5 changed files with 12 additions and 5 deletions

View File

@@ -101,6 +101,10 @@ pref('zen.keyboard.shortcuts.version', 0); // Empty string means default shortcu
pref('zen.tabs.dim-pending', true);
pref('zen.themes.updated-value-observer', false);
pref('zen.tab-unloader.enabled', true);
pref('zen.tab-unloader.timeout-minutes', 5);
pref('zen.tab-unloader.excluded-urls', "example.com,example.org");
// Pref to enable the new profiles (TODO: Check this out!)
//pref("browser.profiles.enabled", true);