mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-10 20:00:43 +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",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
|
"browser.tabs.closeTabByDblclick": {
|
||||||
|
"Status": "default",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
"browser.tabs.closeWindowWithLastTab": {
|
"browser.tabs.closeWindowWithLastTab": {
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
@ -963,7 +968,7 @@
|
|||||||
},
|
},
|
||||||
"sidebar.verticalTabs": {
|
"sidebar.verticalTabs": {
|
||||||
"Comment": "Preference not allowed for stability reasons.",
|
"Comment": "Preference not allowed for stability reasons.",
|
||||||
"Status": "locked",
|
"Status": "default",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user