firefox: comment browser.tabs.inTitlebar

This commit is contained in:
Aminda Suomalainen 2025-03-08 11:54:37 +02:00
parent f409a8a088
commit f0193d249b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -551,8 +551,9 @@
"Type": "boolean", "Type": "boolean",
"Value": true "Value": true
}, },
"browser.tabs.inTitlebar": { "browser.tabs.inTitlebar_commented": {
"Status": "clear", "Comment": "without _commented 0 enables system title bar and 2 is default.",
"Status": "default",
"Type": "number", "Type": "number",
"Value": 0 "Value": 0
}, },