firefox: enable tab groups for when they land in ESR with TODO

This commit is contained in:
Aminda Suomalainen 2025-03-04 11:23:34 +02:00
parent a45e8a90e2
commit e40b1b7d7c
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 9 additions and 0 deletions

View File

@ -106,5 +106,8 @@ lockPref("sidebar.revamp", true);
lockPref("sidebar.verticalTabs", true);
lockPref("sidebar.visibility", "always-show");
// Tab groups. TODO: Are these allowed? I am on ESR, so it does nothing yet.
lockPref("browser.tabs.groups.enabled", true);
// No making configuration on the last line of the file!
//

View File

@ -450,6 +450,12 @@
"Type": "boolean",
"Value": false
},
"browser.tabs.groups.enabled": {
"Comment": "TODO: Is this allowed when it lands?",
"Status": "default",
"Type": "boolean",
"Value": true
},
"browser.tabs.inTitlebar": {
"Status": "default",
"Type": "number",