mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
firefox: move tab bar to the right by default
This commit is contained in:
parent
b30bfb7e59
commit
c25b13f21d
@ -86,6 +86,7 @@ lockPref("toolkit.telemetry.dap_enabled", true);
|
|||||||
// New sidebar
|
// New sidebar
|
||||||
lockPref("sidebar.revamp", true);
|
lockPref("sidebar.revamp", true);
|
||||||
lockPref("sidebar.verticalTabs", true);
|
lockPref("sidebar.verticalTabs", true);
|
||||||
|
lockPref("sidebar.position_start", false);
|
||||||
lockPref("sidebar.visibility", "always-show");
|
lockPref("sidebar.visibility", "always-show");
|
||||||
|
|
||||||
// Per process isolation
|
// Per process isolation
|
||||||
|
@ -1192,6 +1192,12 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
|
"sidebar.position_start": {
|
||||||
|
"Comment": "Tab bar on the right (what a logical name?). Preference not allowed for stability reasons :(",
|
||||||
|
"Status": "default",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
"sidebar.revamp": {
|
"sidebar.revamp": {
|
||||||
"Comment": "Preference not allowed for stability reasons.",
|
"Comment": "Preference not allowed for stability reasons.",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user