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

View File

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