firefox: move tab bar to the right by default

This commit is contained in:
Aminda Suomalainen 2025-09-02 09:51:12 +03:00
parent b30bfb7e59
commit c25b13f21d
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,7 @@ lockPref("toolkit.telemetry.dap_enabled", true);
// New sidebar
lockPref("sidebar.revamp", true);
lockPref("sidebar.verticalTabs", true);
lockPref("sidebar.position_start", false);
lockPref("sidebar.visibility", "always-show");
// Per process isolation

View File

@ -1192,6 +1192,12 @@
"Type": "boolean",
"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": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",