firefox: vertical tabs and sidebar visibility

This commit is contained in:
Aminda Suomalainen 2024-11-06 10:09:08 +02:00
parent d4a558bafe
commit 9e747d9dba
No known key found for this signature in database
2 changed files with 14 additions and 0 deletions

View File

@ -125,6 +125,8 @@ lockPref("security.ssl.enable_ocsp_must_staple", true);
// New sidebar
lockPref("sidebar.revamp", true);
lockPref("sidebar.verticalTabs", true);
lockPref("sidebar.visibility", "always-show");
// No making configuration on the last line of the file!
//

View File

@ -961,6 +961,18 @@
"Type": "boolean",
"Value": true
},
"sidebar.verticalTabs": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "locked",
"Type": "boolean",
"Value": true
},
"sidebar.visibility": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "locked",
"Type": "boolean",
"Value": "always-show"
},
"ui.systemUsesDarkTheme": {
"Comment": "Another defaulting to dark theme.",
"Status": "clear",