firefox: default true dblclick tab closing, unlock vertical tabs

This commit is contained in:
Aminda Suomalainen 2025-02-02 09:08:34 +02:00
parent 682467bf4c
commit 9fba857c66
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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
},