mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 10:42:55 +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
|
// New sidebar
|
||||||
lockPref("sidebar.revamp", true);
|
lockPref("sidebar.revamp", true);
|
||||||
|
lockPref("sidebar.verticalTabs", true);
|
||||||
|
lockPref("sidebar.visibility", "always-show");
|
||||||
|
|
||||||
// No making configuration on the last line of the file!
|
// No making configuration on the last line of the file!
|
||||||
//
|
//
|
||||||
|
@ -961,6 +961,18 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"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": {
|
"ui.systemUsesDarkTheme": {
|
||||||
"Comment": "Another defaulting to dark theme.",
|
"Comment": "Another defaulting to dark theme.",
|
||||||
"Status": "clear",
|
"Status": "clear",
|
||||||
|
Loading…
Reference in New Issue
Block a user