mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-09 11:24:04 +01:00
firefox: default true dblclick tab closing, unlock vertical tabs
This commit is contained in:
parent
682467bf4c
commit
9fba857c66
@ -446,6 +446,11 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.tabs.closeTabByDblclick": {
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.tabs.closeWindowWithLastTab": {
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
@ -963,7 +968,7 @@
|
||||
},
|
||||
"sidebar.verticalTabs": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "locked",
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user