mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 14:40:37 +01:00
firefox: enable tab groups for when they land in ESR with TODO
This commit is contained in:
parent
a45e8a90e2
commit
e40b1b7d7c
@ -106,5 +106,8 @@ lockPref("sidebar.revamp", true);
|
|||||||
lockPref("sidebar.verticalTabs", true);
|
lockPref("sidebar.verticalTabs", true);
|
||||||
lockPref("sidebar.visibility", "always-show");
|
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!
|
// No making configuration on the last line of the file!
|
||||||
//
|
//
|
||||||
|
@ -450,6 +450,12 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
|
"browser.tabs.groups.enabled": {
|
||||||
|
"Comment": "TODO: Is this allowed when it lands?",
|
||||||
|
"Status": "default",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
"browser.tabs.inTitlebar": {
|
"browser.tabs.inTitlebar": {
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "number",
|
"Type": "number",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user