feat: Added unload preference to settings, b=(no-bug), c=no-component

This commit is contained in:
Mr. M 2025-05-24 09:33:13 +02:00
parent d6e14ca88c
commit c32dc7ecd2
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -1219,4 +1219,9 @@ Preferences.addAll([
type: 'bool', type: 'bool',
default: false, default: false,
}, },
{
id: 'browser.tabs.unloadOnLowMemory',
type: 'bool',
default: true,
},
]); ]);