forked from ZenBrowserMirrors/zen-desktop
feat: Added unload preference to settings, b=(no-bug), c=no-component
This commit is contained in:
parent
d6e14ca88c
commit
c32dc7ecd2
1 changed files with 5 additions and 0 deletions
|
@ -1219,4 +1219,9 @@ Preferences.addAll([
|
||||||
type: 'bool',
|
type: 'bool',
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'browser.tabs.unloadOnLowMemory',
|
||||||
|
type: 'bool',
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue