mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 02:32:42 +01:00
firefox: vertical tabs and sidebar visibility
This commit is contained in:
parent
d4a558bafe
commit
9e747d9dba
@ -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!
|
||||
//
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user